1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 17:53:13 +02:00

irc: send all channels in a single JOIN command when reconnecting to the server (closes #1551)

This commit is contained in:
Sébastien Helleu
2020-08-05 20:05:36 +02:00
parent 36c55f6973
commit 0cc5df6649
8 changed files with 1189 additions and 22 deletions
+1
View File
@@ -27,6 +27,7 @@ New features::
Bug fixes::
* core: do not add line with highlight and tag "notify_none" to hotlist (issue #1529)
* irc: send all channels in a single JOIN command when reconnecting to the server (issue #1551)
* trigger: fix recursive calls to triggers using regex (issue #1546)
* trigger: add `${tg_tags} !!- ,notify_none,` in conditions of default trigger "beep" (issue #1529)