mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Added $2 = numeric to /FORMAT default_event
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2881 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
38ce412a5d
commit
0c359be8e5
2 changed files with 3 additions and 2 deletions
|
|
@ -846,7 +846,8 @@ static void print_event_received(IRC_SERVER_REC *server, const char *data,
|
|||
printtext(server, target, MSGLEVEL_CRAP, "%s", args);
|
||||
else {
|
||||
printformat(server, target, MSGLEVEL_CRAP,
|
||||
IRCTXT_DEFAULT_EVENT, nick, args);
|
||||
IRCTXT_DEFAULT_EVENT, nick, args,
|
||||
current_server_event);
|
||||
}
|
||||
g_free(args);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue