** WILL NOT COMPILE, OVER STRINGS LIMIT **

Import new bay stuff.
This commit is contained in:
Rob Nelson
2013-09-03 23:18:06 -07:00
parent 9edb6fa68a
commit 2b77203275
327 changed files with 10115 additions and 6300 deletions

View File

@@ -112,9 +112,4 @@ var/list/adminhelp_ignored_words = list("unknown","the","a","an","of","monkey","
else
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
proc/send2irc(msg,msg2)
if(config.useircbot)
shell("python [config.nudge_script_path] [msg] [msg2]")
return