Merge pull request #25152 from optimumtact/youhavedonetheworldalittlebitmoresad

Modifies admin message on href spam
This commit is contained in:
Leo
2017-03-17 00:28:58 -03:00
committed by GitHub
+1 -1
View File
@@ -53,7 +53,7 @@
topiclimiter[ADMINSWARNED_AT] = minute
msg += " Administrators have been informed."
log_game("[key_name(src)] Has hit the per-minute topic limit of [config.minutetopiclimit] topic calls in a given game minute")
message_admins("[key_name_admin(src)] [ADMIN_KICK(usr)] Has hit the per-minute topic limit of [config.minutetopiclimit] topic calls in a given game minute")
message_admins("[key_name_admin(src)] [ADMIN_FLW(usr)] [ADMIN_KICK(usr)] Has hit the per-minute topic limit of [config.minutetopiclimit] topic calls in a given game minute")
to_chat(src, "<span class='danger'>[msg]</span>")
return