// Check if the plugin command can be registered
if ( this.objLagCmd == null &&
this.objConnection != null &&
this.objServerCommands != null ) {
// Register the "lag" command
this.objLagCmd = new Lag( this.objConnection, this.objServerCommands );
cmdMgr.registerCommand( "!lag", this.objLagCmd );
}
}