Package net.bnubot.bot.commands

Examples of net.bnubot.bot.commands.CommandAutoPromotion


    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());
    Profile.registerCommand("clearqueue", new CommandClearQueue());
    Profile.registerCommand("createaccount", new CommandCreateAccount());
    Profile.registerCommand("demote", new CommandDemote());
    Profile.registerCommand("disconnect", new CommandDisconnect());
View Full Code Here

TOP

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

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.