1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

Fixed bug with DCC chat close and get_dcc_info plugin function

This commit is contained in:
Sebastien Helleu
2005-11-10 22:30:39 +00:00
parent dd735af7f8
commit 54a5f181b5
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -424,6 +424,8 @@ dcc_close (t_irc_dcc *ptr_dcc, int status)
}
}
ptr_dcc->channel = NULL;
if (DCC_IS_CHAT(ptr_dcc->type))
channel_remove_dcc (ptr_dcc);
+2
View File
@@ -424,6 +424,8 @@ dcc_close (t_irc_dcc *ptr_dcc, int status)
}
}
ptr_dcc->channel = NULL;
if (DCC_IS_CHAT(ptr_dcc->type))
channel_remove_dcc (ptr_dcc);