protected void registerBotCommands () {
// Get the command manager
CommandManager cmdMgr = CommandManager.getInstance();
// Register the !help command
this.objHelpCmd = new Help( this.objConnection );
cmdMgr.registerCommand( "!help", this.objHelpCmd );
}