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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user