mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Default event handler now prints the server name where it received the
event, unless it's the server we're connected to. /FORMAT default_event can be used to modify where/if the server name is printed. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2409 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c674db5c8e
commit
9a3af7072a
3 changed files with 34 additions and 17 deletions
|
|
@ -123,6 +123,7 @@ enum {
|
|||
IRCTXT_ERROR,
|
||||
IRCTXT_UNKNOWN_MODE,
|
||||
IRCTXT_NOT_CHANOP,
|
||||
IRCTXT_DEFAULT_EVENT,
|
||||
|
||||
IRCTXT_FILL_11,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue