Package net.bnubot.bot.commands

Examples of net.bnubot.bot.commands.CommandWhois


    Profile.registerCommand("voteban", new CommandVoteBan());
    Profile.registerCommand("votecancel", new CommandVoteCancel());
    Profile.registerCommand("votekick", new CommandVoteKick());
    Profile.registerCommand("whisperback", new CommandWhisperBack());
    Profile.registerCommand("whoami", new CommandWhoami());
    Profile.registerCommand("whois", new CommandWhois());
  }
View Full Code Here

TOP

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

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.