🏡 index : ~doyle/dave.git

author dave <dave@ip-172-26-11-212.eu-west-2.compute.internal> 2019-03-03 23:47:34.0 +00:00:00
committer dave <dave@ip-172-26-11-212.eu-west-2.compute.internal> 2019-03-03 23:47:34.0 +00:00:00
commit
7fd873a823a26157067221bd57c0c0f51fd2b45e [patch]
tree
06c8ee3b4f11fca8c4c228e3ee6199ac828d9ad6
parent
b22b0d021f1cfe590f0f99d92f9aaf32ed801c6f
download
7fd873a823a26157067221bd57c0c0f51fd2b45e.tar.gz

Let people shout at me



Diff

 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)