From 508f94a072ba03d9eb9f1cd5280110eea7745218 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Tue, 13 Nov 2012 22:13:57 -0700 Subject: [PATCH] Possible fix for why IRC is not getting adminhelps. --- 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 9fe4f7d4f62..0579188a253 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -129,6 +129,7 @@ var/list/adminhelp_ignored_words = list("unknown","the","a","an", "monkey", "ali send2irc(ckey, "[original_msg] - No admins online") else send2irc(ckey, "[original_msg] - All admins AFK ([admin_number_afk])") + send2irc(ckey, 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