mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +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:
@@ -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)
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user