CHAT_COMMAND("credits","",CFGFLAG_CHAT|CFGFLAG_SERVER,ConCredits,this,"Shows the credits of the DDRace mod","")
CHAT_COMMAND("emote","?si",CFGFLAG_CHAT|CFGFLAG_SERVER,ConEyeEmote,this,"Sets your tee's eye emote","<emote name> [duration in seconds]")
CHAT_COMMAND("eyeemote","?s",CFGFLAG_CHAT|CFGFLAG_SERVER,ConSetEyeEmote,this,"Toggles use of standard eye-emotes on/off, eyeemote s, where s = on for on, off for off, toggle for toggle and nothing to show current status","<'on'|'off'|'toggle'>")
CHAT_COMMAND("settings","?s",CFGFLAG_CHAT|CFGFLAG_SERVER,ConSettings,this,"Shows gameplay information for this server","[configname]")
CHAT_COMMAND("help","?r",CFGFLAG_CHAT|CFGFLAG_SERVER,ConHelp,this,"Shows help to command r, general help if left blank","[command]")
CHAT_COMMAND("info","",CFGFLAG_CHAT|CFGFLAG_SERVER,ConInfo,this,"Shows info about this server","")
CHAT_COMMAND("me","r",CFGFLAG_CHAT|CFGFLAG_SERVER,ConMe,this,"Like the famous irc command '/me says hi' will display '<yourname> says hi'","<message>")
CHAT_COMMAND("w","sr",CFGFLAG_CHAT|CFGFLAG_SERVER,ConWhisper,this,"Whisper something to someone (private message)","<player name> <message>")
CHAT_COMMAND("whisper","sr",CFGFLAG_CHAT|CFGFLAG_SERVER,ConWhisper,this,"Whisper something to someone (private message)","<player name> <message>")
CHAT_COMMAND("c","r",CFGFLAG_CHAT|CFGFLAG_SERVER,ConConverse,this,"Converse with the last person you whispered to (private message)","<message>");
CHAT_COMMAND("converse","r",CFGFLAG_CHAT|CFGFLAG_SERVER,ConConverse,this,"Converse with the last person you whispered to (private message)","<message>");
CHAT_COMMAND("save","r",CFGFLAG_CHAT|CFGFLAG_SERVER,ConSave,this,"Save team with code r","<code>")
CHAT_COMMAND("load","r",CFGFLAG_CHAT|CFGFLAG_SERVER,ConLoad,this,"Load with code r","<code>")
CHAT_COMMAND("map","?r",CFGFLAG_CHAT|CFGFLAG_SERVER,ConMap,this,"Vote a map by name","[map]")
CHAT_COMMAND("rankteam","?r",CFGFLAG_CHAT|CFGFLAG_SERVER,ConTeamRank,this,"Shows the team rank of player with name r (your team rank by default)","[playername]")
CHAT_COMMAND("teamrank","?r",CFGFLAG_CHAT|CFGFLAG_SERVER,ConTeamRank,this,"Shows the team rank of player with name r (your team rank by default)","[playername]")
CHAT_COMMAND("rank","?r",CFGFLAG_CHAT|CFGFLAG_SERVER,ConRank,this,"Shows the rank of player with name r (your rank by default)","[playername]")
CHAT_COMMAND("rules","",CFGFLAG_CHAT|CFGFLAG_SERVER,ConRules,this,"Shows the server rules","")
CHAT_COMMAND("team","?i",CFGFLAG_CHAT|CFGFLAG_SERVER,ConJoinTeam,this,"Lets you join team i (shows your team if left blank)","[id]")
CHAT_COMMAND("lock","?i",CFGFLAG_CHAT|CFGFLAG_SERVER,ConLockTeam,this,"Lock team so no-one else can join it","['0'|'1']")
CHAT_COMMAND("top5team","?i",CFGFLAG_CHAT|CFGFLAG_SERVER,ConTeamTop5,this,"Shows five team ranks of the ladder beginning with rank i (1 by default)","[rank to start with]")
CHAT_COMMAND("teamtop5","?i",CFGFLAG_CHAT|CFGFLAG_SERVER,ConTeamTop5,this,"Shows five team ranks of the ladder beginning with rank i (1 by default)","[rank to start with]")
CHAT_COMMAND("top5","?i",CFGFLAG_CHAT|CFGFLAG_SERVER,ConTop5,this,"Shows five ranks of the ladder beginning with rank i (1 by default)","[rank to start with]")
CHAT_COMMAND("showothers","?i",CFGFLAG_CHAT|CFGFLAG_SERVER,ConShowOthers,this,"Whether to show players from other teams or not (off by default), optional i = 0 for off else for on","['0'|'1']")
CHAT_COMMAND("specteam","?i",CFGFLAG_CHAT|CFGFLAG_SERVER,ConSpecTeam,this,"Whether to show players from other teams when spectating (on by default), optional i = 0 for off else for on","['0'|'1']")
CHAT_COMMAND("ninjajetpack","?i",CFGFLAG_CHAT|CFGFLAG_SERVER,ConNinjaJetpack,this,"Whether to use ninja jetpack or not. Makes jetpack look more awesome","['0'|'1']")
CHAT_COMMAND("saytime","?r",CFGFLAG_CHAT|CFGFLAG_SERVER,ConSayTime,this,"Privately messages someone's current time in this current running race (your time by default)","[playername]")
CHAT_COMMAND("saytimeall","",CFGFLAG_CHAT|CFGFLAG_SERVER,ConSayTimeAll,this,"Publicly messages everyone your current time in this current running race","")
CHAT_COMMAND("time","",CFGFLAG_CHAT|CFGFLAG_SERVER,ConTime,this,"Privately shows you your current time in this current running race in the broadcast message","")
CHAT_COMMAND("timer","?s",CFGFLAG_CHAT|CFGFLAG_SERVER,ConSetTimerType,this,"Personal Setting of showing time in either broadcast or game/round timer, timer s, where s = broadcast for broadcast, gametimer for game/round timer, cycle for cycle, both for both, none for no timer and nothing to show current status","['gametimer'|'broadcast'|'both'|'none'|'cycle']")
CHAT_COMMAND("r","",CFGFLAG_CHAT|CFGFLAG_SERVER,ConRescue,this,"Teleport yourself out of freeze (use sv_rescue 1 to enable this feature)","")
CHAT_COMMAND("rescue","",CFGFLAG_CHAT|CFGFLAG_SERVER,ConRescue,this,"Teleport yourself out of freeze (use sv_rescue 1 to enable this feature)","")
CHAT_COMMAND("times","?s?i",CFGFLAG_CHAT|CFGFLAG_SERVER,ConTimes,this,"/times ?s?i shows last 5 times of the server or of a player beginning with name s starting with time i (i = 1 by default)","[playername] [number of times to skip]")
CHAT_COMMAND("points","?r",CFGFLAG_CHAT|CFGFLAG_SERVER,ConPoints,this,"Shows the global points of a player beginning with name r (your rank by default)","[playername]")
CHAT_COMMAND("top5points","?i",CFGFLAG_CHAT|CFGFLAG_SERVER,ConTopPoints,this,"Shows five points of the global point ladder beginning with rank i (1 by default)","[number]")