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

View File

@@ -14,8 +14,6 @@
if(client.prefs.muted & MUTE_IC)
src << "You cannot send IC messages (muted)."
return
if (src.client.handle_spam_prevention(message,MUTE_IC))
return
if (stat)
return
if(!(message))