initial upload

This commit is contained in:
Luxferre
2024-09-14 14:41:59 +03:00
commit 9f04abf49c
118 changed files with 1080 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/* Custom scripting rules for rendering some aspects */
/* message highlighting overrides */
/* supply regex (case-insensitive) as key, message color as value */
var messageHighlightRules = {
"(^|\\s)(suborg|luxferre|lux|люкс|сюборг|суборг)(\,|;|:|\\s|$)": "#ff0000",
"(^|\\s)(foxy|foxyshadow|fox)(\,|;|:|\\s|$)": "orange",
"(^|\\s)(bluepanda|bluebear|sinipandoo)(\,|;|:|\\s|$)": "blue"
}