Set lastPing on connect

This commit is contained in:
Luke Fitzgerald 2010-08-09 07:08:29 -07:00
parent da61c8567c
commit 613ae551c6
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ class IrcManager extends ImManager {
);
$this->conn->setConfig($config);
$this->lastPing = time();
$this->conn->connect();
}
return $this->conn;