/* 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" }