billions and nobody
This commit is contained in:
parent
77fcdad55d
commit
2deab9836b
|
@ -17,7 +17,7 @@ def fork(bot, trigger):
|
||||||
pass
|
pass
|
||||||
try:
|
try:
|
||||||
height=j["height"]
|
height=j["height"]
|
||||||
forkheight=1686275
|
forkheight=2210000
|
||||||
if forkheight > height:
|
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))
|
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:
|
else:
|
||||||
|
|
|
@ -71,6 +71,10 @@ def bbl(bot, trigger):
|
||||||
def bear(bot, trigger):
|
def bear(bot, trigger):
|
||||||
bot.say(u'ʕ ·(エ)· ʔ'.encode('utf8'))
|
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')
|
@sopel.module.commands('brothers')
|
||||||
def brothers(bot, trigger):
|
def brothers(bot, trigger):
|
||||||
bot.say(u'http://www.trollaxor.com/2011/11/brief-history-of-ascii-penis.html'.encode('utf8'))
|
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):
|
def nioc(bot, trigger):
|
||||||
bot.say(u'https://ifunny.co/fun/laeIohx56'.encode('utf8'))
|
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')
|
@sopel.module.commands('nomnomnom')
|
||||||
def nomnomnom(bot, trigger):
|
def nomnomnom(bot, trigger):
|
||||||
bot.say(u'ᗧ•••ᗣ'.encode('utf8'))
|
bot.say(u'ᗧ•••ᗣ'.encode('utf8'))
|
||||||
|
|
Loading…
Reference in New Issue