summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/module-formats.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-04-26 20:02:52 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-04-26 20:02:52 +0000
commit131326fb4988a83585ba20b36c5e26b6bd9bfe6c (patch)
treead0d1b12df8010f8c3b3fc338d73785ba281af7b /src/fe-common/irc/module-formats.h
parent64c8feeede901aa22311aafa6e7ef87d5073f3ad (diff)
downloadirssi-131326fb4988a83585ba20b36c5e26b6bd9bfe6c.zip
removed handling of "you're not chanop" event so that the default handler
may print the server which sends it (useful with desyncs) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2719 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/irc/module-formats.h')
-rw-r--r--src/fe-common/irc/module-formats.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fe-common/irc/module-formats.h b/src/fe-common/irc/module-formats.h
index 90179a1b..5166f31c 100644
--- a/src/fe-common/irc/module-formats.h
+++ b/src/fe-common/irc/module-formats.h
@@ -123,7 +123,6 @@ enum {
IRCTXT_KILL_SERVER,
IRCTXT_ERROR,
IRCTXT_UNKNOWN_MODE,
- IRCTXT_NOT_CHANOP,
IRCTXT_DEFAULT_EVENT,
IRCTXT_FILL_11,