voice_of_god_command 
Voice of god command datums that are used in [/proc/voice_of_god()]
Vars | |
cooldown | cooldown variable which is normally returned to [proc/voice_of_god] and used as its return value. |
---|---|
is_regex | Is the trigger supposed to be a regex? If so, convert it to such on New() |
trigger | a text string or regex that triggers the command. |
Var Details
cooldown 
cooldown variable which is normally returned to [proc/voice_of_god] and used as its return value.
is_regex 
Is the trigger supposed to be a regex? If so, convert it to such on New()
trigger 
a text string or regex that triggers the command.