1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

Plugins messages are logged with new config option (log_plugin_msg); on server buffer, only server messages are logged

This commit is contained in:
Sebastien Helleu
2005-02-12 21:21:54 +00:00
parent 34ce958df9
commit 0473d2c8db
26 changed files with 754 additions and 622 deletions
+2 -2
View File
@@ -704,8 +704,8 @@ user_command (t_irc_server *server, char *command)
else
{
irc_display_prefix ((server) ? server->buffer : NULL, PREFIX_ERROR);
gui_printf ((server) ? server->buffer : NULL,
_("This window is not a channel!\n"));
gui_printf_nolog ((server) ? server->buffer : NULL,
_("This window is not a channel!\n"));
}
}
}