mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
Remove debug plugin (merged to core), new debug variable for each plugin (no more signals for setting debug)
This commit is contained in:
@@ -828,7 +828,7 @@ irc_server_new (const char *name, int autoconnect, int autoreconnect,
|
||||
if (!name || !addresses)
|
||||
return NULL;
|
||||
|
||||
if (irc_debug)
|
||||
if (weechat_irc_plugin->debug)
|
||||
{
|
||||
weechat_log_printf ("Creating new server (name:%s, addresses:%s, "
|
||||
"pwd:%s, nicks:%s, username:%s, realname:%s, "
|
||||
|
||||
Reference in New Issue
Block a user