This commit is contained in:
root 2017-07-15 00:57:04 +00:00
parent b7d3490281
commit b9935305a0
2 changed files with 9 additions and 1 deletions

View File

@ -229,7 +229,7 @@ def bsq(bot, trigger):
except:
bot.say("Error retrieving data from Bitsquare")
@sopel.module.commands('cryptopia')
@sopel.module.commands('cryptopia', 'shitopia', 'topia', 'ctop')
def cryptopia(bot, trigger):
try:
if not trigger.group(2):

View File

@ -157,6 +157,14 @@ def hmm(bot, trigger):
# except:
# bot.say("Something something reddit's servers")
herooptions = [
"https://t.co/CZMFNMifB7",
"https://media.giphy.com/media/REH3MZp1FeCM8/giphy.gif",
]
@sopel.module.commands('hero')
def hero(bot, trigger):
bot.say(random.choice(herooptions))
@sopel.module.commands('hotline')
def hotline(bot, trigger):
bot.say(u'☎ Call 1-800-273-8255 to reach the National Suicide Prevention Lifeline ☎' .encode('utf8'))