Package net.bnubot.bot.commands

Examples of net.bnubot.bot.commands.CommandAdd


    if(commandsInitialized)
      return;
    commandsInitialized = true;

    Profile.registerCommand("access", new CommandAccess());
    Profile.registerCommand("add", new CommandAdd());
    Profile.registerCommand("addalias", new CommandAddAlias());
    Profile.registerCommand("allseen", new CommandAllSeen());
    Profile.registerCommand("auth", new CommandAuth());
    Profile.registerCommand("autopromotion", new CommandAutoPromotion());
    Profile.registerCommand("ban", new CommandBan());
View Full Code Here

TOP

Related Classes of net.bnubot.bot.commands.CommandAdd

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.