From 96091132c663584e3e364a819aff2545ba95d224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rudowicz?= Date: Tue, 24 Jul 2018 23:05:40 +0200 Subject: [PATCH] Added information about unjust bans in README --- .gitignore | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d344ba6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config.json diff --git a/README.md b/README.md index b335872..57cef3e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Automatically kicks and bans users, which first name or last name matches one of predefined regexes, from a telegram group. +## You're not a spammer but you got banned? + +This is definitely a bug. [File an issue on Pagure](https://pagure.io/AutoBanBot/issues). Thank you! + ## Running Before running the bot, configure the Telegram Bot API and regexes in `config.json`.