mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
small extra checks to /whois redirect checking
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1039 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
40dc521b49
commit
acf60a729c
2 changed files with 7 additions and 4 deletions
|
|
@ -186,7 +186,7 @@ static void whois_send(IRC_SERVER_REC *server, char *nicks)
|
|||
|
||||
server_redirect_event((SERVER_REC *) server, str, 2,
|
||||
"event 318", "notifylist event whois end", 1,
|
||||
"event 402", "event empty", -1,
|
||||
"event 402", "event empty", 1,
|
||||
"event 401", "event empty", 1,
|
||||
"event 311", "notifylist event whois", 1,
|
||||
"event 301", "notifylist event whois away", 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue