You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
- Fix `.join` with channel keys (passwords) – this broke as a result of the previous change to accept comma-separated lists of channels
9
+
- Make the automatic joining of `opt.channels` channels use the internal `.join` method, so channel keys can again be handled properly
10
+
- 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
11
+
12
+
**Misc:**
13
+
14
+
- Tests: Upgrade `mocha` dependency to `^4.0.0`
15
+
- Tests: Fix never-ending tests by manually disabling the flood protection interval when the client is used up
0 commit comments