diff options
author | Timo Sirainen <cras@irssi.org> | 2001-11-11 19:02:32 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-11-11 19:02:32 +0000 |
commit | f044505694b9aac050e7d8aaf391beffeb753db1 (patch) | |
tree | 04b17f49929c05d71b5b5d3143b07d60a158cc5e /src | |
parent | 850cf993eb8d5e20b9b845e42e4bdae1a6cae81f (diff) | |
download | irssi-f044505694b9aac050e7d8aaf391beffeb753db1.zip |
/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
Diffstat (limited to 'src')
-rw-r--r-- | src/irc/core/irc-commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/core/irc-commands.c b/src/irc/core/irc-commands.c index 18f837e4..b9fe59b1 100644 --- a/src/irc/core/irc-commands.c +++ b/src/irc/core/irc-commands.c @@ -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); |