Package wzhybridbots.tools.command

Examples of wzhybridbots.tools.command.Help


  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 );
  }
View Full Code Here

TOP

Related Classes of wzhybridbots.tools.command.Help

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.