Set lastPing on connect
This commit is contained in:
parent
da61c8567c
commit
613ae551c6
@ -148,6 +148,7 @@ class IrcManager extends ImManager {
|
|||||||
);
|
);
|
||||||
|
|
||||||
$this->conn->setConfig($config);
|
$this->conn->setConfig($config);
|
||||||
|
$this->lastPing = time();
|
||||||
$this->conn->connect();
|
$this->conn->connect();
|
||||||
}
|
}
|
||||||
return $this->conn;
|
return $this->conn;
|
||||||
|
Loading…
Reference in New Issue
Block a user