mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes #5595
This commit is contained in:
@@ -66,8 +66,10 @@
|
|||||||
return custom_emote(m_type, message)
|
return custom_emote(m_type, message)
|
||||||
|
|
||||||
if ("me")
|
if ("me")
|
||||||
if(silent)
|
|
||||||
return
|
//if(silent && silent > 0 && findtext(message,"\"",1, null) > 0)
|
||||||
|
// return //This check does not work and I have no idea why, I'm leaving it in for reference.
|
||||||
|
|
||||||
if (src.client)
|
if (src.client)
|
||||||
if (client.prefs.muted & MUTE_IC)
|
if (client.prefs.muted & MUTE_IC)
|
||||||
src << "\red You cannot send IC messages (muted)."
|
src << "\red You cannot send IC messages (muted)."
|
||||||
|
|||||||
Reference in New Issue
Block a user