From eb75782532804062cc824571766f537c3a40f70c Mon Sep 17 00:00:00 2001 From: s55ma Date: Mon, 5 Jun 2017 18:04:10 +0200 Subject: [PATCH] added .pony --- trifling.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trifling.py b/trifling.py index e38391d..a581c42 100644 --- a/trifling.py +++ b/trifling.py @@ -448,6 +448,10 @@ def xrp(bot, trigger): def fake(bot, trigger): bot.say("and gay") +@sopel.module.commands('pony') +def pony(bot, trigger): + bot.say("https://www.youtube.com/watch?v=O3rpmctmC_M") + @sopel.module.commands('asp') def asp(bot, trigger): polourl = "https://poloniex.com/public?command=returnTicker"