mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
DCC actions have now ACTIONS level as well as the DCCMSGS.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1315 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5c436a20a6
commit
f9474e2c3d
@ -115,7 +115,7 @@ static void dcc_chat_action(const char *msg, CHAT_DCC_REC *dcc)
|
||||
sender = g_strconcat("=", dcc->id, NULL);
|
||||
if (query_find(NULL, sender) == NULL)
|
||||
completion_last_message_add(sender);
|
||||
printformat(NULL, sender, MSGLEVEL_DCCMSGS,
|
||||
printformat(NULL, sender, MSGLEVEL_DCCMSGS | MSGLEVEL_ACTIONS,
|
||||
IRCTXT_ACTION_DCC, dcc->id, msg);
|
||||
g_free(sender);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user