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
This commit is contained in:
Timo Sirainen 2004-09-12 13:12:34 +00:00 committed by cras
commit 7974c252a0
3 changed files with 8 additions and 5 deletions

View file

@ -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);
}