Package net.bnubot.bot.commands

Examples of net.bnubot.bot.commands.CommandCreateAccount


    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());
    Profile.registerCommand("home", new CommandHome());
    Profile.registerCommand("info", new CommandInfo());
    Profile.registerCommand("invite", new CommandInvite());
View Full Code Here

TOP

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

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.