Small reordering of code (cosmetic)

This commit is contained in:
Luke Fitzgerald 2010-08-09 09:26:31 -07:00
parent 613ae551c6
commit 322e7c4e9f

View File

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