Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

v0.8.1

Compare
Choose a tag to compare
@Throne3d Throne3d released this 02 Nov 16:59
· 132 commits to master since this release

Fixed bugs:

  • Fix .join with channel keys (passwords) – this broke as a result of the previous change to accept comma-separated lists of channels
  • Make the automatic joining of opt.channels channels use the internal .join method, so channel keys can again be handled properly
  • Fix matching channels when adding to or removing from opt.channels automatically (on .join or .part), especially around channels with channel keys or different casing

Misc:

  • Tests: Upgrade mocha dependency to ^4.0.0
  • Tests: Fix never-ending tests by manually disabling the flood protection interval when the client is used up