1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Added "your not chanop" failure to I-mode as well.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2032 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-16 14:49:17 +00:00 committed by cras
parent 8ce1d773aa
commit ec0f2f4706

View File

@ -595,6 +595,7 @@ void servers_redirect_init(void)
"event 346", 1,
NULL,
"event 347", 1, /* End of invite list */
"event 482", 1, /* not channel operator - OPN's ircd doesn't want non-ops to see ban exceptions */
"event 403", 1, /* no such channel */
"event 442", 1, /* "you're not on that channel" */
"event 479", 1, /* "Cannot join channel (illegal name)" IMHO this is not a logical reply from server. */