mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +02:00
irc: use parsed command parameters in "quit" command callback
This commit is contained in:
@@ -1709,6 +1709,10 @@ TEST(IrcProtocolWithServer, quit)
|
||||
|
||||
SRV_INIT_JOIN;
|
||||
|
||||
/* missing nick */
|
||||
RECV("QUIT");
|
||||
CHECK_ERROR_NICK("quit");
|
||||
|
||||
RECV(":bob!user@host PRIVMSG alice :hi Alice!");
|
||||
CHECK_PV("bob", "bob hi Alice!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user