update before merge

This commit is contained in:
root 2017-09-10 06:16:57 +00:00
parent bca1fdbc2d
commit 180840c69e
1 changed files with 4 additions and 0 deletions

View File

@ -371,6 +371,10 @@ def soon(bot, trigger):
def shrug(bot, trigger): def shrug(bot, trigger):
bot.say(u'¯\_(ツ)_/¯'.encode('utf8')) bot.say(u'¯\_(ツ)_/¯'.encode('utf8'))
@sopel.module.commands('softich')
def softich(bot, trigger):
bot.say(u'🐻🐻🐻 https://imgflip.com/i/1ve397 🐻🐻🐻'.encode('utf8'))
@sopel.module.commands('summon') @sopel.module.commands('summon')
def summon(bot, trigger): def summon(bot, trigger):
if trigger.group(2) == None: if trigger.group(2) == None: