Files

11 lines
413 B
JavaScript
Raw Permalink Normal View History

2024-09-14 14:41:59 +03:00
/* 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"
}