mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +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
|
|
@ -152,6 +152,7 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||
{ "error", "{error ERROR} $0", 1, { 0 } },
|
||||
{ "unknown_mode", "Unknown mode character $0", 1, { 0 } },
|
||||
{ "not_chanop", "You're not channel operator in {channel $0}", 1, { 0 } },
|
||||
{ "default_event", "[$0] $1", 2, { 0, 0 } },
|
||||
|
||||
/* ---- */
|
||||
{ NULL, "Misc", 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue