diff options
author | Timo Sirainen <cras@irssi.org> | 2000-11-26 01:30:05 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-11-26 01:30:05 +0000 |
commit | 3fbd7d5c828689db053a6a20b96b344a2fa5c17e (patch) | |
tree | 62a8622090bc5786be60537f686ad30f5b30af89 /src/fe-common/irc/module-formats.h | |
parent | 746bd9b4f0b6b54874068bd0c77b021e0dfaaaac (diff) | |
download | irssi-3fbd7d5c828689db053a6a20b96b344a2fa5c17e.zip |
Added KILL handling - user/server kills are now printed formatted.
If server kills you, connect back (almost) immediately, it was probably
just nick collision and you really want to connect back soon.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@869 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/irc/module-formats.h')
-rw-r--r-- | src/fe-common/irc/module-formats.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-common/irc/module-formats.h b/src/fe-common/irc/module-formats.h index c1ad6d9d..48df0aa2 100644 --- a/src/fe-common/irc/module-formats.h +++ b/src/fe-common/irc/module-formats.h @@ -118,6 +118,8 @@ enum { IRCTXT_PONG, IRCTXT_WALLOPS, IRCTXT_ACTION_WALLOPS, + IRCTXT_KILL, + IRCTXT_KILL_SERVER, IRCTXT_ERROR, IRCTXT_UNKNOWN_MODE, IRCTXT_NOT_CHANOP, |