mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
/WHOIS unknown_nick printed the "there was no such nickname" message
as well as the "there is no such nick" message. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1981 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
850cf993eb
commit
f044505694
@ -418,6 +418,7 @@ static void sig_whois_not_found(IRC_SERVER_REC *server, const char *data)
|
||||
server_redirect_event(server, "whowas", nick, -1, NULL,
|
||||
"event 314", "whowas event",
|
||||
"event 369", "whowas event end",
|
||||
"event 406", "event empty",
|
||||
"", "event empty", NULL);
|
||||
irc_send_cmdv(server, "WHOWAS %s 1", nick);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user