From 2e4504ba0083bd94bb701eb3bf411b6d02ab70bd Mon Sep 17 00:00:00 2001 From: "quartz235@gmail.com" Date: Sun, 8 Jul 2012 16:01:18 +0000 Subject: [PATCH] Quickfix to make adminhelp relay bot not throw out mile long href links due to the parser git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4016 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/verbs/adminhelp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index ef915f3698a..c98dcb4b565 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -102,7 +102,7 @@ var/list/adminhelp_ignored_words = list("unknown","the","a","an", "monkey", "ali log_admin("HELP: [key_name(src)]: [original_msg]") if(tension_master) tension_master.new_adminhelp() - send2irc(ckey, msg) + 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