From bbee28a0d436a6580fe5872d347220c238841288 Mon Sep 17 00:00:00 2001 From: s55ma Date: Thu, 8 Jun 2017 23:04:08 +0200 Subject: [PATCH] added .kramer --- trifling.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trifling.py b/trifling.py index a83b6f4..25e32a5 100644 --- a/trifling.py +++ b/trifling.py @@ -452,6 +452,10 @@ def primer(bot, trigger): def pony(bot, trigger): bot.say("https://www.youtube.com/watch?v=O3rpmctmC_M") +@sopel.module.commands('kramer') +def kramer(bot, trigger): + bot.say("Waiting for a retrace to 0.007") + @sopel.module.commands('asp') def asp(bot, trigger): polourl = "https://poloniex.com/public?command=returnTicker"