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

Removed debug message when highlight is forced by a plugin

This commit is contained in:
Sebastien Helleu
2007-04-14 13:16:23 +00:00
parent f30fb21175
commit 398e056029
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -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)
-3
View File
@@ -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)