From aad5389552895bc981dd6b9b64ac55beb5d5d67d Mon Sep 17 00:00:00 2001 From: root Date: Sat, 23 Sep 2017 22:01:56 +0000 Subject: [PATCH] Fix wat --- trifling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trifling.py b/trifling.py index c252beb..8538c5f 100644 --- a/trifling.py +++ b/trifling.py @@ -494,7 +494,7 @@ def wat(bot, trigger): bot.say("https://www.destroyallsoftware.com/talks/wat") @sopel.module.commands('yoda') -def wat(bot, trigger): +def yoda(bot, trigger): bot.say("The optimism is strong in this one") @sopel.module.commands('xrp')