From daa3fef96dc709b9aca1fb44802c45612320987f Mon Sep 17 00:00:00 2001 From: Luke Fitzgerald Date: Wed, 11 Aug 2010 10:42:11 -0700 Subject: [PATCH] Added comment to show debugging toggle --- plugins/Irc/ircmanager.php | 1 + 1 file changed, 1 insertion(+) 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,