mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
/DCC CLOSE CHAT <unknown> signal: we were checking for "GET" here, not
"CHAT".. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1367 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a4b6d3d469
commit
4a4bf68727
@ -217,7 +217,7 @@ static void dcc_error_close_not_found(const char *type, const char *nick,
|
||||
{
|
||||
g_return_if_fail(type != NULL);
|
||||
g_return_if_fail(nick != NULL);
|
||||
if (g_strcasecmp(type, "GET") != 0) return;
|
||||
if (g_strcasecmp(type, "CHAT") != 0) return;
|
||||
|
||||
printformat(NULL, NULL, MSGLEVEL_DCC,
|
||||
IRCTXT_DCC_CHAT_NOT_FOUND, nick);
|
||||
|
Loading…
x
Reference in New Issue
Block a user