Disabled debugging output

This commit is contained in:
Luke Fitzgerald 2010-08-11 10:36:19 -07:00
parent b7a07f0baa
commit 17f6c08063
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class MsnManager extends ImManager {
'password' => $this->plugin->password,
'alias' => $this->plugin->nickname,
'psm' => 'Send me a message to post a notice',
'debug' => true
'debug' => false
)
);
$this->conn->registerHandler('IMin', array($this, 'handle_msn_message'));