From 7fd873a823a26157067221bd57c0c0f51fd2b45e Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 3 Mar 2019 23:47:34 +0000 Subject: [PATCH] Let people shout at me --- dave/dave.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dave/dave.py b/dave/dave.py index 13f0e2c..fe37182 100644 --- a/dave/dave.py +++ b/dave/dave.py @@ -80,7 +80,7 @@ class Dave(irc.IRCClient): self.nickname, # make the bot name optional if the command was sent via pm to the bot "?" if channel == nick else "" - ), msg) + ), msg, re.IGNORECASE) # true if this message invokes the bot directly invoked = bool(match) -- libgit2 1.7.2