1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +02:00

Fixed bug on ignore with "mode" IRC command (bug #18058)

This commit is contained in:
Sebastien Helleu
2006-10-20 10:11:16 +00:00
parent a3878a522c
commit 2ee57a4af5
4 changed files with 6 additions and 0 deletions
+2
View File
@@ -707,6 +707,8 @@ irc_cmd_recv_mode (t_irc_server *server, char *host, char *nick, char *arguments
ptr_channel = channel_search (server, arguments);
if (ptr_channel)
{
command_ignored |= ignore_check (host, "mode",
ptr_channel->name, server->name);
if (!command_ignored)
{
irc_display_prefix (server, ptr_channel->buffer, PREFIX_INFO);