From 72f8f5cb78db37776adaadcd2ff42a4e4a0bad12 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 9 Jul 2020 21:37:57 -0400 Subject: [PATCH] free tibet spam --- Cargo.toml | 2 +- regexes.dhall | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 294662f..9fa4682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tron" -version = "0.2.7" +version = "0.2.8" authors = ["Christine Dodrill "] edition = "2018" repository = "https://tulpa.dev/cadey/tron" diff --git a/regexes.dhall b/regexes.dhall index 7143448..268ffd7 100644 --- a/regexes.dhall +++ b/regexes.dhall @@ -24,4 +24,5 @@ in [ Rule::{ regex = "(n|z)igg(er|a)", why = "racism" } , Rule::{ regex = "(foal|loli)con", why = "illegal stuff" } , Rule::{ regex = "cuck", why = "slur" } , Rule::{ regex = "mods gay", why = "Nuke" } + , Rule::{ regex = "劉曉波动态网自由门", why = "spam" } ]