1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

irc: fix redirection of command /list when the reply doesn't start with message 321 (start of /list)

This commit is contained in:
Sébastien Helleu
2023-07-13 18:22:08 +02:00
parent 17674f7b11
commit d25a4213fe
2 changed files with 2 additions and 1 deletions
+1 -1
View 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,