CIRCServer.updateLagTimer Member
Syntax
object.updateLagTimer();
Returns
Remarks
See Also
Source Code
function serv_uptimer()
{
this.connection.sendData("PING :LAGTIMER\n");
this.lastPing = this.lastPingSent = new Date();
}