diff options
author | Luke Fitzgerald <lw.fitzgerald@googlemail.com> | 2010-08-11 10:42:11 -0700 |
---|---|---|
committer | Luke Fitzgerald <lw.fitzgerald@googlemail.com> | 2010-08-11 10:42:11 -0700 |
commit | daa3fef96dc709b9aca1fb44802c45612320987f (patch) | |
tree | f5d6fe135ee5a043c0966f906704996829fbfd2b /plugins/Irc | |
parent | e10ff3475bc3b5a456c86f78074472d17badd3c3 (diff) |
Added comment to show debugging toggle
Diffstat (limited to 'plugins/Irc')
-rw-r--r-- | plugins/Irc/ircmanager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Irc/ircmanager.php b/plugins/Irc/ircmanager.php index 76c02660f..5c8e09e35 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, |