Package net.bnubot.bot.commands

Examples of net.bnubot.bot.commands.CommandPing


    Profile.registerCommand("info", new CommandInfo());
    Profile.registerCommand("invite", new CommandInvite());
    Profile.registerCommand("kick", new CommandKick());
    Profile.registerCommand("mail", new CommandMail());
    Profile.registerCommand("mailall", new CommandMailAll());
    Profile.registerCommand("ping", new CommandPing());
    Profile.registerCommand("pingme", new CommandPingMe());
    Profile.registerCommand("promote", new CommandPromote());
    Profile.registerCommand("quit", new CommandQuit());
    Profile.registerCommand("reconnect", new CommandReconnect());
    Profile.registerCommand("recruit", new CommandRecruit());
View Full Code Here

TOP

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

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.