Package plugins.PluginManager.tools.command

Examples of plugins.PluginManager.tools.command.Plugin


    // Check if the plugin command can be registered
    if ( this.objPluginCmd == null &&
       this.objConnection != null &&
       this.objBotOperators != null ) {   
      // Register the "plugin" command
      this.objPluginCmd = new Plugin( this.objConnection, this.objPluginManager, this.objBotOperators );
      cmdMgr.registerCommand( "!plugin", this.objPluginCmd );
    }
  }
View Full Code Here

TOP

Related Classes of plugins.PluginManager.tools.command.Plugin

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.