billions and nobody

This commit is contained in:
root 2020-11-22 13:48:10 +00:00
parent 77fcdad55d
commit 2deab9836b
2 changed files with 9 additions and 1 deletions

View File

@ -17,7 +17,7 @@ def fork(bot, trigger):
pass
try:
height=j["height"]
forkheight=1686275
forkheight=2210000
if forkheight > height:
bot.say("The current block height is {0:,}. Fork height is {1:,}. {2:,} blocks to go, happening in approximately {3:.2f} hours.".format(height,forkheight,forkheight-height,(forkheight-height)/30.0))
else:

View File

@ -71,6 +71,10 @@ def bbl(bot, trigger):
def bear(bot, trigger):
bot.say(u'ʕ ·(エ)· ʔ'.encode('utf8'))
@sopel.module.commands('billions')
def billions(bot, trigger):
bot.say('https://www.youtube.com/watch?v=u_aLESDql1U')
@sopel.module.commands('brothers')
def brothers(bot, trigger):
bot.say(u'http://www.trollaxor.com/2011/11/brief-history-of-ascii-penis.html'.encode('utf8'))
@ -455,6 +459,10 @@ def needmoney(bot, trigger):
def nioc(bot, trigger):
bot.say(u'https://ifunny.co/fun/laeIohx56'.encode('utf8'))
@sopel.module.commands('nobody')
def nobody(bot, trigger):
bot.say('https://www.youtube.com/watch?v=YA631bMT9g8')
@sopel.module.commands('nomnomnom')
def nomnomnom(bot, trigger):
bot.say(u'ᗧ•••ᗣ'.encode('utf8'))