Running tests and cleaning out useless debug verbs/procs.

This commit is contained in:
ZomgPonies
2014-07-13 05:32:40 -04:00
parent 36754fb1dc
commit 92940e1c00
15 changed files with 54 additions and 248 deletions
-4
View File
@@ -7,10 +7,6 @@ var/list/adminhelp_ignored_words = list("unknown","the","a","an","of","monkey","
set category = "Admin"
set name = "Adminhelp"
if(say_disabled) //This is here to try to identify lag problems
usr << "\red Speech is currently admin-disabled."
return
//handle muting and automuting
if(prefs.muted & MUTE_ADMINHELP)
src << "<font color='red'>Error: Admin-PM: You cannot send adminhelps (Muted).</font>"