expand word_alert_regex

master
Aevann 2024-11-10 15:29:12 +02:00
parent 03427fe989
commit be0e5715d3
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ html_title_regex = re.compile("<title>(.{1,200})</title>", flags=re.I)
excessive_css_scale_regex = re.compile("scale\([^)]*?(\d{2})", flags=re.A) excessive_css_scale_regex = re.compile("scale\([^)]*?(\d{2})", flags=re.A)
word_alert_regex = re.compile(r'\b(764|o9a|9 angles|hurtcore|pthc)\b', flags=re.A|re.I) word_alert_regex = re.compile(r'\b(764|o9a|9 angles|hurtcore|pthc|oldcom|cvlt|hn|harm ?nation|cut ?sign|lore ?book|million ?pity)\b', flags=re.A|re.I)
commands = { commands = {
"fortune": FORTUNE_REPLIES, "fortune": FORTUNE_REPLIES,