mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
irc: do not display "*" when received as nick in command 900
This commit is contained in:
@@ -4014,6 +4014,8 @@ TEST(IrcProtocolWithServer, 900)
|
||||
RECV(":server 900 alice alice!user@host alice "
|
||||
":You are now logged in as mynick");
|
||||
CHECK_SRV("-- You are now logged in as mynick (alice!user@host)");
|
||||
RECV(":server 900 * * alice :You are now logged in as mynick");
|
||||
CHECK_SRV("-- You are now logged in as mynick");
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user