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:
@@ -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"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user