mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
[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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user