From da9810e1867e1363f526cb14190e41122074c94e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 17 Oct 2020 19:53:08 +0100 Subject: [PATCH] Example logic --- newsdaemon.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/newsdaemon.py b/newsdaemon.py index 47018090..1f016e91 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -6,6 +6,11 @@ __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" +# Example hashtag logic: +# +# if moderated and not #imcoxford then block +# if #pol and contains "westminster" then add #britpol + import os import time import datetime