From a5e767266d114e1893d87540d98bc79b94549272 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 7 Oct 2017 13:42:27 +0000 Subject: [PATCH] Fix tall --- trifling.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/trifling.py b/trifling.py index 8538c5f..65d9257 100644 --- a/trifling.py +++ b/trifling.py @@ -478,6 +478,10 @@ urmomoptions = [ def urmom(bot, trigger): bot.say(random.choice(urmomoptions)) +@sopel.module.commands('verge', 'xvg', 'wraith') +def verge(bot, trigger): + bot.say(u"👻🐕 Don't wraith my dark doge bro! 👻🐕".encode('utf8')) + vitalikoptions = [ "https://pbs.twimg.com/media/CrWjczJXgAExF2S.jpg", "mETH, not even once: https://cdn-az.allevents.in/banners/e7df519e0808bac49fa3aaf503aff87d", @@ -488,7 +492,6 @@ vitalikoptions = [ def vitalik(bot, trigger): bot.say(random.choice(vitalikoptions)) - @sopel.module.commands('wat') def wat(bot, trigger): bot.say("https://www.destroyallsoftware.com/talks/wat")