summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-11-16 14:49:17 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-11-16 14:49:17 +0000
commitec0f2f470606ce49eceb20a8417049e34c125264 (patch)
tree4da97b88a48443c9b5399babbf9460b34c86ae4b /src
parent8ce1d773aa212a88c416d4953bdbf63036674602 (diff)
downloadirssi-ec0f2f470606ce49eceb20a8417049e34c125264.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/irc/core/servers-redirect.c1
1 files changed, 1 insertions, 0 deletions
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. */