concommand.Remove

boolean concommand.Remove( string cmd )Removes a console command.
Arguments:
- 1) string cmd The name of the command to be removed.
Returns:
- 1) boolean
true
if the console command with the given name exists, and false
if it doesn't.