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
This commit is contained in:
quartz235@gmail.com
2012-07-08 16:01:18 +00:00
parent 0bb39c3c7d
commit 2e4504ba00

View File

@@ -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