From 7974c252a06c6925101e2c76b6bfe4666667ed3b Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 12 Sep 2004 13:12:34 +0000 Subject: Recent WHOIS changes broke nick's gone/oper flags. Patch by Valentin Batz git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3290 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/core/irc-commands.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/irc/core/irc-commands.c') diff --git a/src/irc/core/irc-commands.c b/src/irc/core/irc-commands.c index bdd45d3b..faea4c96 100644 --- a/src/irc/core/irc-commands.c +++ b/src/irc/core/irc-commands.c @@ -428,6 +428,7 @@ static void cmd_whois(const char *data, IRC_SERVER_REC *server, "event 318", "whois end", "event 402", event_402, "event 301", "whois away", /* 301 can come as a reply to /MSG, /WHOIS or /WHOWAS */ + "event 313", "whois oper", "event 401", "whois not found", "event 311", "whois event", "", "whois default event", NULL); @@ -436,6 +437,7 @@ static void cmd_whois(const char *data, IRC_SERVER_REC *server, NULL, "event 318", "whois end", "event 301", "whois away", /* 301 can come as a reply to /MSG, /WHOIS or /WHOWAS */ + "event 313", "whois oper", "event 311", "whois event", "", "whois default event", NULL); } -- cgit v1.2.3