From 1da7018434f688c9a2f1928ced0e2ec8cfbbc6be Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Fri, 5 Apr 2019 03:58:46 -0700 Subject: [PATCH] Update adminhelp.dm --- code/modules/admin/verbs/adminhelp.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index b5e577cc43f..107828f6b12 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -479,6 +479,8 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) if(!msg) return + + msg = sanitize(msg) //remove out adminhelp verb temporarily to prevent spamming of admins. src.verbs -= /client/verb/adminhelp