mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
dcc chat actions didn't work properly
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2309 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1d7a8245ca
commit
e35c8e4d08
@ -92,7 +92,7 @@ static void sig_message_dcc_action(CHAT_DCC_REC *dcc, const char *msg)
|
|||||||
query = query_find(NULL, tag);
|
query = query_find(NULL, tag);
|
||||||
printformat(NULL, tag, MSGLEVEL_DCCMSGS | MSGLEVEL_ACTIONS,
|
printformat(NULL, tag, MSGLEVEL_DCCMSGS | MSGLEVEL_ACTIONS,
|
||||||
query != NULL ? IRCTXT_ACTION_DCC_QUERY :
|
query != NULL ? IRCTXT_ACTION_DCC_QUERY :
|
||||||
IRCTXT_ACTION_DCC, dcc->id, dcc->mynick, msg);
|
IRCTXT_ACTION_DCC, dcc->id, msg);
|
||||||
g_free(tag);
|
g_free(tag);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user