Example logic

merge-requests/8/head
Bob Mottram 2020-10-17 19:53:08 +01:00
parent dd580be52f
commit da9810e186
1 changed files with 5 additions and 0 deletions

View File

@ -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