Disabled debugging output
This commit is contained in:
parent
b7a07f0baa
commit
17f6c08063
@ -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'));
|
||||||
|
Loading…
Reference in New Issue
Block a user