jimbell
This commit is contained in:
parent
9da1730227
commit
97f0dcdcce
|
@ -205,7 +205,7 @@ def jaxx(bot, trigger):
|
||||||
if not trigger.group(2):
|
if not trigger.group(2):
|
||||||
bot.say(u'https://en.wikipedia.org/wiki/Jim_Bell')
|
bot.say(u'https://en.wikipedia.org/wiki/Jim_Bell')
|
||||||
else:
|
else:
|
||||||
bot.say(u'{} has opened an assasination futures market predicting the impending demise of {}.'.format(trigger.nick, trigger.group(2)))
|
bot.say(u'{} has opened an assassination futures market predicting the impending demise of {}.'.format(trigger.nick, trigger.group(2)))
|
||||||
|
|
||||||
@sopel.module.commands('john_alan')
|
@sopel.module.commands('john_alan')
|
||||||
def joshua(bot, trigger):
|
def joshua(bot, trigger):
|
||||||
|
|
Loading…
Reference in New Issue