From 30e3a4331f782b4917bde1f5768042455c533a4c Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Jun 2017 01:16:43 +0000 Subject: [PATCH] update trifling --- trifling.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/trifling.py b/trifling.py index 881b32e..d03d137 100644 --- a/trifling.py +++ b/trifling.py @@ -79,6 +79,10 @@ def dash(bot, trigger): def dealwithit(bot, trigger): bot.say(u'(•_•) ( •_•)>⌐■-■ (⌐■_■)'.encode('utf8')) +@sopel.module.commands('diiorio') +def diiorio(bot, trigger): + bot.say(u'http://www.contravex.com/2016/06/29/from-the-scammer-files-anthony-di-iorio/'.encode('utf8')) + @sopel.module.commands('disapprove') def disapprove(bot, trigger): bot.say(u'ಠ_ಠ'.encode('utf8')) @@ -196,6 +200,10 @@ def kramer(bot, trigger): def lenny(bot, trigger): bot.say(u'( ͡° ͜ʖ ͡°)'.encode('utf8')) +@sopel.module.commands('livermore') +def livermore(bot, trigger): + bot.say(u'https://en.wikipedia.org/wiki/Reminiscences_of_a_Stock_Operator'.encode('utf8')) + @sopel.module.commands('luigi') def luigi(bot, trigger): bot.say(u'🍄 luigi is doing. mario is not doing luigi is doing 🍄'.encode('utf8'))