From 43b255f8670b900f4926c6604cfd253fcb630985 Mon Sep 17 00:00:00 2001 From: Mloc Date: Thu, 9 Aug 2012 21:43:45 +0100 Subject: [PATCH] Made adminhelps go to the moderator channel. Signed-off-by: Mloc --- code/modules/admin/verbs/adminhelp.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 3bc2d6d5093..3cf36e11303 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -102,5 +102,6 @@ var/list/adminhelp_ignored_words = list("unknown","the","a","an", "monkey", "ali if(tension_master) tension_master.new_adminhelp() send2adminirc("#bs12admin","HELP: \"[src.key]: [original_msg]\"") + send2adminirc("#bs12mod","HELP: \"[src.key]: [original_msg]\"") //feedback_add_details("admin_verb","AH") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! return