update trifling
This commit is contained in:
parent
bbe5123f8f
commit
30e3a4331f
|
@ -79,6 +79,10 @@ def dash(bot, trigger):
|
||||||
def dealwithit(bot, trigger):
|
def dealwithit(bot, trigger):
|
||||||
bot.say(u'(•_•) ( •_•)>⌐■-■ (⌐■_■)'.encode('utf8'))
|
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')
|
@sopel.module.commands('disapprove')
|
||||||
def disapprove(bot, trigger):
|
def disapprove(bot, trigger):
|
||||||
bot.say(u'ಠ_ಠ'.encode('utf8'))
|
bot.say(u'ಠ_ಠ'.encode('utf8'))
|
||||||
|
@ -196,6 +200,10 @@ def kramer(bot, trigger):
|
||||||
def lenny(bot, trigger):
|
def lenny(bot, trigger):
|
||||||
bot.say(u'( ͡° ͜ʖ ͡°)'.encode('utf8'))
|
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')
|
@sopel.module.commands('luigi')
|
||||||
def luigi(bot, trigger):
|
def luigi(bot, trigger):
|
||||||
bot.say(u'🍄 luigi is doing. mario is not doing luigi is doing 🍄'.encode('utf8'))
|
bot.say(u'🍄 luigi is doing. mario is not doing luigi is doing 🍄'.encode('utf8'))
|
||||||
|
|
Loading…
Reference in New Issue