Profile.registerCommand("home", new CommandHome());
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());