From ec0f2f470606ce49eceb20a8417049e34c125264 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 16 Nov 2001 14:49:17 +0000 Subject: [PATCH] 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 --- src/irc/core/servers-redirect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/irc/core/servers-redirect.c b/src/irc/core/servers-redirect.c index 3f864e82..424e7e7e 100644 --- a/src/irc/core/servers-redirect.c +++ b/src/irc/core/servers-redirect.c @@ -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. */