summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2007-04-14 13:16:23 +0000
committerSebastien Helleu <flashcode@flashtux.org>2007-04-14 13:16:23 +0000
commit398e05602916f772cd383fe33555b037d97f3b03 (patch)
tree5d204f37c02e705dcb537f3ab5047d829e9d310e
parentf30fb21175650ad82aea8fea878faa516eff19f5 (diff)
downloadweechat-398e05602916f772cd383fe33555b037d97f3b03.zip
Removed debug message when highlight is forced by a plugin
-rw-r--r--src/irc/irc-recv.c3
-rw-r--r--weechat/src/irc/irc-recv.c3
2 files changed, 0 insertions, 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)