if(commandsInitialized)
return;
commandsInitialized = true;
Profile.registerCommand("access", new CommandAccess());
Profile.registerCommand("add", new CommandAdd());
Profile.registerCommand("addalias", new CommandAddAlias());
Profile.registerCommand("allseen", new CommandAllSeen());
Profile.registerCommand("auth", new CommandAuth());
Profile.registerCommand("autopromotion", new CommandAutoPromotion());
Profile.registerCommand("ban", new CommandBan());