1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

irc: keep trailing spaces in received message 322

This commit is contained in:
Sébastien Helleu
2021-10-16 22:59:12 +02:00
parent 634eac455d
commit f1cb767001
+1 -1
View File
@@ -7034,7 +7034,7 @@ irc_protocol_recv_command (struct t_irc_server *server,
IRCB(319, 1, 0, whois_nick_msg), /* whois (channels) */
IRCB(320, 1, 0, whois_nick_msg), /* whois (identified user) */
IRCB(321, 1, 0, 321), /* /list start */
IRCB(322, 1, 0, 322), /* channel (for /list) */
IRCB(322, 1, 1, 322), /* channel (for /list) */
IRCB(323, 1, 0, 323), /* end of /list */
IRCB(324, 1, 0, 324), /* channel mode */
IRCB(326, 1, 0, whois_nick_msg), /* whois (has oper privs) */