From 45c56628d456021636346c62d79dd113edfd5d6c Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 6 Jul 2020 22:49:39 -0400 Subject: [PATCH] nuke --- Cargo.lock | 2 +- Cargo.toml | 2 +- regexes.dhall | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c215b5..5a81cca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1511,7 +1511,7 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tron" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0491af0..294662f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tron" -version = "0.2.6" +version = "0.2.7" authors = ["Christine Dodrill "] edition = "2018" repository = "https://tulpa.dev/cadey/tron" diff --git a/regexes.dhall b/regexes.dhall index c56e92d..7143448 100644 --- a/regexes.dhall +++ b/regexes.dhall @@ -23,4 +23,5 @@ in [ Rule::{ regex = "(n|z)igg(er|a)", why = "racism" } , Rule::{ regex = "soros", why = "conspiracy theories" } , Rule::{ regex = "(foal|loli)con", why = "illegal stuff" } , Rule::{ regex = "cuck", why = "slur" } + , Rule::{ regex = "mods gay", why = "Nuke" } ]