From 22ca9bebef3a1cb6d08f585f2ec5be0b5a4f7034 Mon Sep 17 00:00:00 2001 From: unknownids Date: Fri, 24 Nov 2017 15:11:59 -0700 Subject: [PATCH] Update trifling.py add luigism --- trifling.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trifling.py b/trifling.py index 716717d..2d96a2e 100644 --- a/trifling.py +++ b/trifling.py @@ -226,6 +226,10 @@ def jwinterm(bot, trigger): def kid(bot, trigger): bot.say(u'What up kid?') +@sopel.module.commands('koan') +def koan(bot, trigger): + bot.say("The use cases are many and varied") + @sopel.module.commands('kramer') def kramer(bot, trigger): bot.say("Waiting for a retrace to 0.007")