diff --git a/app/modules/memetera_counter.py b/app/modules/memetera_counter.py index b060b3d..1acac7f 100644 --- a/app/modules/memetera_counter.py +++ b/app/modules/memetera_counter.py @@ -28,7 +28,8 @@ class MemeteraCounter(niobot.Module): "memetera": re.compile(r"^memetera$", re.IGNORECASE), "comma": re.compile(r","), "nyo": re.compile(r"nyo", re.IGNORECASE), - "bite": re.compile(r"bite", re.IGNORECASE) + "bite": re.compile(r"bite", re.IGNORECASE), + "neocat": re.compile(r"neocat", re.IGNORECASE) } bot: "NonsenseBot" log = logging.getLogger(__name__)