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" } ]