added cancel to more powers, hand tele, cleanups to others

This commit is contained in:
Tastyfish
2015-11-30 22:30:57 -05:00
parent 897313844b
commit 280fc65938
6 changed files with 29 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ var/list/adminhelp_ignored_words = list("unknown","the","a","an","of","monkey","
msg = input("Please enter your message.", "Admin Help", null, null) as text|null
//clean the input msg
if(msg == null || length(msg) == 0)
if(!msg)
return
if(src.handle_spam_prevention(msg,MUTE_ADMINHELP))