mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
refactors most spans
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
if(message)
|
||||
client.handle_spam_prevention(MUTE_DEADCHAT)
|
||||
if(client.prefs.muted & MUTE_DEADCHAT)
|
||||
to_chat(src, "<span class='filter_notice'>[span_red("You cannot talk in deadchat (muted).")]</span>")
|
||||
to_chat(src, span_filter_notice("[span_red("You cannot talk in deadchat (muted).")]"))
|
||||
return
|
||||
|
||||
. = say_dead(message)
|
||||
@@ -26,7 +26,7 @@
|
||||
if(message)
|
||||
client.handle_spam_prevention(MUTE_DEADCHAT)
|
||||
if(client.prefs.muted & MUTE_DEADCHAT)
|
||||
to_chat(src, "<span class='filter_notice'>[span_red("You cannot emote in deadchat (muted).")]</span>")
|
||||
to_chat(src, span_filter_notice("[span_red("You cannot emote in deadchat (muted).")]"))
|
||||
return
|
||||
|
||||
. = emote_dead(message)
|
||||
|
||||
Reference in New Issue
Block a user