1
0
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:
Sébastien Helleu
2022-08-07 23:28:11 +02:00
parent d068fe0de5
commit 25f25073b9
4 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -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 ");