added .kramer

This commit is contained in:
s55ma 2017-06-08 23:04:08 +02:00 committed by GitHub
parent 0910c792ae
commit bbee28a0d4
1 changed files with 4 additions and 0 deletions

View File

@ -452,6 +452,10 @@ def primer(bot, trigger):
def pony(bot, trigger): def pony(bot, trigger):
bot.say("https://www.youtube.com/watch?v=O3rpmctmC_M") bot.say("https://www.youtube.com/watch?v=O3rpmctmC_M")
@sopel.module.commands('kramer')
def kramer(bot, trigger):
bot.say("Waiting for a retrace to 0.007")
@sopel.module.commands('asp') @sopel.module.commands('asp')
def asp(bot, trigger): def asp(bot, trigger):
polourl = "https://poloniex.com/public?command=returnTicker" polourl = "https://poloniex.com/public?command=returnTicker"