mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
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
This commit is contained in:
parent
746bd9b4f0
commit
3fbd7d5c82
4 changed files with 59 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue