[MIRROR] Decouples OOC/LOOC & RLOOC, adds ability to filter remote LOOC from specific VChat tabs (#6737)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
CHOMPStation2
2023-08-06 08:24:19 -07:00
committed by GitHub
parent e3ea7ad10e
commit ea05422d4d
7 changed files with 71 additions and 28 deletions

View File

@@ -185,7 +185,7 @@ function start_vue() {
admin: false
},
{
matches: ".filter_ooc, .ooc:not(.looc)",
matches: ".ooc, .filter_ooc",
becomes: "vc_globalooc",
pretty: "Global OOC",
tooltip: "The bluewall of global OOC messages",
@@ -275,12 +275,20 @@ function start_vue() {
admin: true
},
{
matches: ".ooc.looc, .ooc, .looc", //Dumb game
matches: ".looc",
becomes: "vc_looc",
pretty: "Local OOC",
tooltip: "Local OOC messages",
required: false //YW Edit
},
{
matches: ".rlooc",
becomes: "vc_rlooc",
pretty: "Remote LOOC",
tooltip: "Remote LOOC messages",
required: false,
admin: true
},
{
matches: ".boldannounce, .filter_system",
becomes: "vc_system",