and finally, the modules folder. Now I can publish and take a break
This commit is contained in:
@@ -412,6 +412,8 @@
|
||||
if(jobban_isbanned(user, "emote"))
|
||||
to_chat(user, "You cannot send custom emotes (banned).")
|
||||
return FALSE
|
||||
else if(QDELETED(user))
|
||||
return FALSE
|
||||
else if(user.client && user.client.prefs.muted & MUTE_IC)
|
||||
to_chat(user, "You cannot send IC messages (muted).")
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user