Fix input sanitization issues

This commit is contained in:
Tayyyyyyy
2019-08-11 22:40:16 -07:00
parent e5eff24be8
commit 90bbc01cf4
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ var/list/adminhelp_ignored_words = list("unknown","the","a","an","of","monkey","
if(handle_spam_prevention(msg, MUTE_ADMINHELP, OOC_COOLDOWN))
return
msg = sanitize(copytext(msg,1,MAX_MESSAGE_LEN))
msg = sanitize_simple(copytext(msg,1,MAX_MESSAGE_LEN))
if(!msg) return
var/original_msg = msg