mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
irc: fix parsing of messages with trailing spaces and no trailing parameter (closes #1803)
This commit is contained in:
@@ -2003,7 +2003,7 @@ TEST(IrcProtocolWithServer, wallops)
|
||||
CHECK_ERROR_PARAMS("wallops", 0, 1);
|
||||
|
||||
RECV(":alice!user@host WALLOPS message ");
|
||||
CHECK_SRV("-- Wallops from alice (user@host): message ");
|
||||
CHECK_SRV("-- Wallops from alice (user@host): message");
|
||||
|
||||
RECV(":alice!user@host WALLOPS :message from admin ");
|
||||
CHECK_SRV("-- Wallops from alice (user@host): message from admin ");
|
||||
|
||||
Reference in New Issue
Block a user