Disabled debugging output

This commit is contained in:
Luke Fitzgerald 2010-08-11 10:36:19 -07:00
parent b7a07f0baa
commit 17f6c08063

View File

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