From d2de2b8da8a7bfaa723c235d8cc933b725659cf2 Mon Sep 17 00:00:00 2001 From: Jacob Henry Date: Thu, 7 Mar 2019 05:47:41 -0500 Subject: [PATCH] Fixed slave case sense --- plugins/slavestothemachine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/slavestothemachine.py b/plugins/slavestothemachine.py index 7c69a5f..f84b361 100644 --- a/plugins/slavestothemachine.py +++ b/plugins/slavestothemachine.py @@ -26,7 +26,7 @@ async def count_work_callback(event: slack_util.Event, match: Match) -> None: verb = slack_util.VerboseWrapper(event) # Tidy the text - text = event.message.text.strip() + text = event.message.text.strip().lower() # Couple things to work through. # One: Who sent the message?