[MIRROR] seperate LOOC and OOC mute (#8377)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-05-12 07:25:10 -07:00
committed by GitHub
parent dca5add8d7
commit 7ff294be07
4 changed files with 8 additions and 5 deletions

View File

@@ -3,9 +3,10 @@
// Therefore there needs to be a gap between the flags for the automute flags.
#define MUTE_IC 0x1
#define MUTE_OOC 0x2
#define MUTE_PRAY 0x4
#define MUTE_ADMINHELP 0x8
#define MUTE_DEADCHAT 0x10
#define MUTE_LOOC 0x4
#define MUTE_PRAY 0x8
#define MUTE_ADMINHELP 0x10
#define MUTE_DEADCHAT 0x20
#define MUTE_ALL 0xFFFF
// Number of identical messages required to get the spam-prevention auto-mute thing to trigger warnings and automutes.