diff --git a/ircbot.py b/ircbot.py index c43ca14..a9d0afa 100644 --- a/ircbot.py +++ b/ircbot.py @@ -326,6 +326,12 @@ def main(): False, ): sendmsg(f"Hi! I'm FireBot (https://git.amcforum.wiki/Firepup650/fire-ircbot)! My admins on this server are {adminnames}.", chan) + if mfind( + message.lower(), + ["bugs bugs bugs"], + False, + ): + sendmsg(f"\x01ACTION realizes {name} looks like a bug, and squashes {name}\x01", chan) if mfind( message.lower(), [f"hi {botnick.lower()}", f"hello {botnick.lower()}"],