mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
@@ -22,12 +22,13 @@
|
|||||||
usr << "<font color='red'>Speech is currently admin-disabled.</font>"
|
usr << "<font color='red'>Speech is currently admin-disabled.</font>"
|
||||||
return
|
return
|
||||||
|
|
||||||
message = sanitize_or_reflect(message,src) //VOREStation Edit - Reflect too-long messages (within reason)
|
//message = sanitize(message) //VOREStation removal - moving this to after muffled check to avoid double-sanitization problems.
|
||||||
|
|
||||||
set_typing_indicator(FALSE)
|
set_typing_indicator(FALSE)
|
||||||
//VOREStation Edit Start
|
//VOREStation Edit Start
|
||||||
if(muffled)
|
if(muffled)
|
||||||
return me_verb_subtle(message)
|
return me_verb_subtle(message)
|
||||||
|
message = sanitize_or_reflect(message,src) //VOREStation Edit - Reflect too-long messages (within reason)
|
||||||
//VOREStation Edit End
|
//VOREStation Edit End
|
||||||
if(use_me)
|
if(use_me)
|
||||||
usr.emote("me",usr.emote_type,message)
|
usr.emote("me",usr.emote_type,message)
|
||||||
|
|||||||
Reference in New Issue
Block a user