mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
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:
parent
ff0c5bfe7c
commit
7974c252a0
3 changed files with 8 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue