initial upload
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user