diff --git a/network.py b/network.py index d04b671..43f0e0d 100644 --- a/network.py +++ b/network.py @@ -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: diff --git a/trifling.py b/trifling.py index 25e64a2..d7548c4 100644 --- a/trifling.py +++ b/trifling.py @@ -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'))