From 9fa312332a55974ae9f301922d02def22db01b80 Mon Sep 17 00:00:00 2001 From: s55ma Date: Thu, 1 Jun 2017 02:32:30 +0200 Subject: [PATCH] update trifling.py added "pump o clock yet?" quote from pero --- trifling.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trifling.py b/trifling.py index e6e3d7f..183d45b 100644 --- a/trifling.py +++ b/trifling.py @@ -380,6 +380,10 @@ def wave(bot, trigger): #def politics(bot, trigger): # bot.reply("politics is the mind killer") +@sopel.module.commands('pamp') +def pamp(bot, trigger): + bot.say(" pamp o clock yet?") + @sopel.module.commands('asp') def asp(bot, trigger): polourl = "https://poloniex.com/public?command=returnTicker"