Merge pull request #12 from s55ma/patch-4

added .pony
This commit is contained in:
jw 2017-06-06 06:42:37 -07:00 committed by GitHub
commit 0910c792ae
1 changed files with 4 additions and 0 deletions

View File

@ -448,6 +448,10 @@ def xrp(bot, trigger):
def primer(bot, trigger): def primer(bot, trigger):
bot.say("The point is not how much i made, point is fluffy did this on purpose, more than 10 people were in on it. His commit access needs to be revoked asap!") bot.say("The point is not how much i made, point is fluffy did this on purpose, more than 10 people were in on it. His commit access needs to be revoked asap!")
@sopel.module.commands('pony')
def pony(bot, trigger):
bot.say("https://www.youtube.com/watch?v=O3rpmctmC_M")
@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"