]> jfr.im git - irc/weechat/weechat.git/commitdiff
irc: fix redirection of command `/list` when the reply doesn't start with message...
authorSébastien Helleu <redacted>
Thu, 13 Jul 2023 16:22:08 +0000 (18:22 +0200)
committerSébastien Helleu <redacted>
Fri, 18 Aug 2023 05:40:32 +0000 (07:40 +0200)
ChangeLog.adoc
src/plugins/irc/irc-redirect.c

index 84d6b32279ca779668fcfce11ff832aba9172415..a68c4ec836b3c5c1add6f6a9924b2196261de158 100644 (file)
@@ -16,6 +16,7 @@ For a list of important changes that require manual actions, please look at rele
 Bug fixes::
 
   * irc: add missing tags on multiline messages (issue #1987)
+  * irc: fix redirection of command `/list` when the reply doesn't start with message 321 (start of /list)
 
 [[v4.0.3]]
 == Version 4.0.3 (2023-08-08)
index 3f51d6b721c96c4c92ec35ffaa838a502ab72872..7102b4819e9b5ba23f8f3755788058d67e290cb9 100644 (file)
@@ -55,7 +55,7 @@ struct t_irc_redirect_pattern irc_redirect_patterns_default[] =
        *        stop: 323: end of /list
        *       extra: -
        */
-      "321",
+      "321,322",
       "323",
       NULL,
       NULL, NULL,