Silent fix for megaphone.

This commit is contained in:
Erthilo
2013-09-02 12:26:06 +01:00
parent c08746206f
commit 0008d649b0
@@ -19,6 +19,8 @@
if(!ishuman(user))
user << "\red You don't know how to use this!"
return
if(user.silent)
return
if(spamcheck)
user << "\red \The [src] needs to recharge!"
return