From 398e05602916f772cd383fe33555b037d97f3b03 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 14 Apr 2007 13:16:23 +0000 Subject: Removed debug message when highlight is forced by a plugin --- src/irc/irc-recv.c | 3 --- weechat/src/irc/irc-recv.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/irc/irc-recv.c b/src/irc/irc-recv.c index 755439901..eae94a83a 100644 --- a/src/irc/irc-recv.c +++ b/src/irc/irc-recv.c @@ -287,10 +287,7 @@ irc_recv_command (t_irc_server *server, char *entire_line, command_ignored = 1; /* plugin asked for highlight ? */ if (return_code & PLUGIN_RC_OK_WITH_HIGHLIGHT) - { command_force_highlight = 1; - gui_printf (NULL, "highlight!!!\n"); - } #endif pos = (dup_host) ? strchr (dup_host, '!') : NULL; if (pos) diff --git a/weechat/src/irc/irc-recv.c b/weechat/src/irc/irc-recv.c index 755439901..eae94a83a 100644 --- a/weechat/src/irc/irc-recv.c +++ b/weechat/src/irc/irc-recv.c @@ -287,10 +287,7 @@ irc_recv_command (t_irc_server *server, char *entire_line, command_ignored = 1; /* plugin asked for highlight ? */ if (return_code & PLUGIN_RC_OK_WITH_HIGHLIGHT) - { command_force_highlight = 1; - gui_printf (NULL, "highlight!!!\n"); - } #endif pos = (dup_host) ? strchr (dup_host, '!') : NULL; if (pos) -- cgit v1.2.3