Possible fix for why IRC is not getting adminhelps.

This commit is contained in:
SkyMarshal
2012-11-13 22:13:57 -07:00
parent 14671f7e0f
commit 508f94a072

View File

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