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());
Profile.registerCommand("whisperback", new CommandWhisperBack());
Profile.registerCommand("whoami", new CommandWhoami());
Profile.registerCommand("whois", new CommandWhois());
}