Removes unused and unnecessary spam prevention

This commit is contained in:
Yoshax
2016-05-26 04:24:18 +01:00
parent 2404be46d4
commit 77ee2215e7
16 changed files with 0 additions and 55 deletions
-6
View File
@@ -11,9 +11,6 @@
src << "\red You cannot talk in deadchat (muted)."
return
if (src.client.handle_spam_prevention(message,MUTE_DEADCHAT))
return
. = src.say_dead(message)
@@ -33,9 +30,6 @@
src << "\red You cannot emote in deadchat (muted)."
return
if(src.client.handle_spam_prevention(message, MUTE_DEADCHAT))
return
. = src.emote_dead(message)
/*