diff --git a/network.pyc b/network.pyc index 2648551..698f40e 100644 Binary files a/network.pyc and b/network.pyc differ diff --git a/price.pyc b/price.pyc index fca9441..79b6cfd 100644 Binary files a/price.pyc and b/price.pyc differ diff --git a/trifling.py b/trifling.py index ce0416d..0307904 100644 --- a/trifling.py +++ b/trifling.py @@ -104,6 +104,10 @@ def fib(bot, trigger): def flip(bot, trigger): bot.say(u'(╯°□°)╯︵ ┻━┻'.encode('utf8')) +@sopel.module.commands('fuck') +def fuck(bot, trigger): + bot.say("Fuck your {} if you want fuck!".format(trigger.group(2))) + fuckyouoptions = [ "http://imgur.com/Kt8os8v", "https://pbs.twimg.com/profile_images/502111486915788801/DtB5ruDz_400x400.jpeg", @@ -157,6 +161,10 @@ def joshua(bot, trigger): def jwinterm(bot, trigger): bot.say(u'j_winter_m') +@sopel.module.commands('kid', 'rehrar') +def kid(bot, trigger): + bot.say(u'What up kid?') + @sopel.module.commands('lenny') def lenny(bot, trigger): bot.say(u'( ͡° ͜ʖ ͡°)'.encode('utf8')) diff --git a/trifling.pyc b/trifling.pyc index 9e703a3..b09cfa5 100644 Binary files a/trifling.pyc and b/trifling.pyc differ