This commit is contained in:
root 2017-09-23 22:01:56 +00:00
parent 2ab5160fc1
commit aad5389552
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ def wat(bot, trigger):
bot.say("https://www.destroyallsoftware.com/talks/wat") bot.say("https://www.destroyallsoftware.com/talks/wat")
@sopel.module.commands('yoda') @sopel.module.commands('yoda')
def wat(bot, trigger): def yoda(bot, trigger):
bot.say("The optimism is strong in this one") bot.say("The optimism is strong in this one")
@sopel.module.commands('xrp') @sopel.module.commands('xrp')