This commit is contained in:
root 2017-10-11 13:43:01 +00:00
parent a5e767266d
commit 9da1730227
2 changed files with 9 additions and 0 deletions

View File

@ -442,6 +442,8 @@ def tall(bot, trigger):
usdkrw = fixerjson['rates']['KRW']
except:
usdcny = 7
usdkrw = 1100
usdjpy = 112
# Bitstamp
try:
stampresult = requests.get(stampurl)

View File

@ -200,6 +200,13 @@ def isittrue(bot, trigger):
def jaxx(bot, trigger):
bot.say(u'This command will be implemented soon. Honest. Especially if the devs can provide some unpaid assistance. Soon™...')
@sopel.module.commands('jimbell')
def jaxx(bot, trigger):
if not trigger.group(2):
bot.say(u'https://en.wikipedia.org/wiki/Jim_Bell')
else:
bot.say(u'{} has opened an assasination futures market predicting the impending demise of {}.'.format(trigger.nick, trigger.group(2)))
@sopel.module.commands('john_alan')
def joshua(bot, trigger):
bot.say(u'I like smooth.')