1
0
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:
Sébastien Helleu
2021-10-17 20:24:18 +02:00
parent ba5b744397
commit cde0d5f7a5
2 changed files with 30 additions and 11 deletions
@@ -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");
}
/*