changed /FORMAT default_event -> default_event_server (sorry for breaking

some themes, this is just so much better name for it :) and added a new
default_event, which is the format for default numeric events from your
current server.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2909 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-08-31 16:13:18 +00:00 committed by cras
commit b532986e5b
3 changed files with 9 additions and 9 deletions

View file

@ -153,7 +153,8 @@ FORMAT_REC fecommon_irc_formats[] = {
{ "kill_server", "You were {error killed} by {server $0} {reason $1} {comment Path: $2}", 3, { 0, 0, 0 } },
{ "error", "{error ERROR} $0", 1, { 0 } },
{ "unknown_mode", "Unknown mode character $0", 1, { 0 } },
{ "default_event", "[$0] $1", 3, { 0, 0, 0 } },
{ "default_event", "$1", 3, { 0, 0, 0 } },
{ "default_event_server", "[$0] $1", 3, { 0, 0, 0 } },
/* ---- */
{ NULL, "Misc", 0 },