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

irc: do not display first parameter in numeric command when it is "*"

This commit is contained in:
Sébastien Helleu
2021-10-17 20:25:05 +02:00
parent cde0d5f7a5
commit 2ca6420e17
2 changed files with 7 additions and 2 deletions
@@ -4065,6 +4065,9 @@ TEST(IrcProtocolWithServer, 903_907)
CHECK_SRV("-- ok");
RECV(":server 903 alice :SASL authentication successful");
CHECK_SRV("-- SASL authentication successful");
RECV(":server 903 * :SASL authentication successful");
CHECK_SRV("-- SASL authentication successful");
RECV(":server 907 alice ok");
CHECK_SRV("-- ok");