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
This commit is contained in:
Timo Sirainen 2002-04-26 20:02:52 +00:00 committed by cras
commit 131326fb49
3 changed files with 3 additions and 16 deletions

View file

@ -123,7 +123,6 @@ enum {
IRCTXT_KILL_SERVER,
IRCTXT_ERROR,
IRCTXT_UNKNOWN_MODE,
IRCTXT_NOT_CHANOP,
IRCTXT_DEFAULT_EVENT,
IRCTXT_FILL_11,