Package net.bnubot.bot.commands

Examples of net.bnubot.bot.commands.CommandUnban


    Profile.registerCommand("setrank", new CommandSetRank());
    Profile.registerCommand("setrecruiter", new CommandSetRecruiter());
    Profile.registerCommand("sweepban", new CommandSweepBan());
    Profile.registerCommand("timeban", new CommandTimeBan());
    Profile.registerCommand("trigger", new CommandTrigger());
    Profile.registerCommand("unban", new CommandUnban());
    Profile.registerCommand("update", new CommandUpdate());
    Profile.registerCommand("vote", new CommandVote());
    Profile.registerCommand("voteban", new CommandVoteBan());
    Profile.registerCommand("votecancel", new CommandVoteCancel());
    Profile.registerCommand("votekick", new CommandVoteKick());
View Full Code Here

TOP

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

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.