summaryrefslogtreecommitdiff
path: root/plugins/Irc/ircmanager.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Irc/ircmanager.php')
-rw-r--r--plugins/Irc/ircmanager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Irc/ircmanager.php b/plugins/Irc/ircmanager.php
index 933cc0387..8042ae24c 100644
--- a/plugins/Irc/ircmanager.php
+++ b/plugins/Irc/ircmanager.php
@@ -64,6 +64,8 @@ class IrcManager extends ImManager {
}
}
+
+
/**
* Idle processing for io manager's execution loop.
* Send keepalive pings to server.
@@ -72,9 +74,7 @@ class IrcManager extends ImManager {
*/
public function idle() {
// Call Phergie's doTick methods if necessary
- echo "BEGIN IDLE\n";
$this->conn->handleEvents();
- echo "END IDLE\n";
}
/**