Merge pull request #30 from scoobybejesus/master
hotline gif and deathtobitcoin2
This commit is contained in:
commit
b4447dd547
|
@ -87,6 +87,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('Deathtobitcoin', 'Deathtobitcoin2', 'deathtobitcoin', 'deathtobitcoin2')
|
||||||
|
def deathtobitcoin2(bot, trigger):
|
||||||
|
bot.say('Devs, moderators, whoever you fucking are, please put my money back with interest. Or make my money appear in my wallet with interest!')
|
||||||
|
|
||||||
@sopel.module.commands('diiorio')
|
@sopel.module.commands('diiorio')
|
||||||
def diiorio(bot, trigger):
|
def diiorio(bot, trigger):
|
||||||
bot.say(u'http://www.contravex.com/2016/06/29/from-the-scammer-files-anthony-di-iorio/'.encode('utf8'))
|
bot.say(u'http://www.contravex.com/2016/06/29/from-the-scammer-files-anthony-di-iorio/'.encode('utf8'))
|
||||||
|
@ -182,7 +186,10 @@ def hero(bot, trigger):
|
||||||
|
|
||||||
@sopel.module.commands('hotline')
|
@sopel.module.commands('hotline')
|
||||||
def hotline(bot, trigger):
|
def hotline(bot, trigger):
|
||||||
|
if random.random() > 0.3:
|
||||||
bot.say(u'☎ Call 1-800-273-8255 to reach the National Suicide Prevention Lifeline ☎' .encode('utf8'))
|
bot.say(u'☎ Call 1-800-273-8255 to reach the National Suicide Prevention Lifeline ☎' .encode('utf8'))
|
||||||
|
else:
|
||||||
|
bot.say('http://pixel.nymag.com/imgs/daily/vulture/2015/10/20/drake-dance/drake-4.w529.h352.gif')
|
||||||
|
|
||||||
@sopel.module.commands('news')
|
@sopel.module.commands('news')
|
||||||
def news(bot, trigger):
|
def news(bot, trigger):
|
||||||
|
|
Loading…
Reference in New Issue