seperate LOOC and OOC mute (#15974)

This commit is contained in:
Kashargul
2024-05-12 05:09:37 +10:00
committed by GitHub
parent 815a47e333
commit ba89ad9bca
4 changed files with 8 additions and 5 deletions
+1
View File
@@ -195,6 +195,7 @@
switch(mute_type)
if(MUTE_IC) mute_string = "IC (say and emote)"
if(MUTE_OOC) mute_string = "OOC"
if(MUTE_LOOC) mute_string = "LOOC"
if(MUTE_PRAY) mute_string = "pray"
if(MUTE_ADMINHELP) mute_string = "adminhelp, admin PM and ASAY"
if(MUTE_DEADCHAT) mute_string = "deadchat and DSAY"