From: Luke Fitzgerald Date: Wed, 11 Aug 2010 17:42:11 +0000 (-0700) Subject: Added comment to show debugging toggle X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=daa3fef96dc709b9aca1fb44802c45612320987f;p=quix0rs-gnu-social.git Added comment to show debugging toggle --- diff --git a/plugins/Irc/ircmanager.php b/plugins/Irc/ircmanager.php index 76c02660ff..5c8e09e356 100644 --- a/plugins/Irc/ircmanager.php +++ b/plugins/Irc/ircmanager.php @@ -177,6 +177,7 @@ class IrcManager extends ImManager { 'plugins.autoload' => true, + // Uncomment to enable debugging output //'ui.enabled' => true, 'nickserv.password' => $this->plugin->nickservpassword,