update trifling.py
added "pump o clock yet?" quote from pero
This commit is contained in:
parent
2a600b6ef4
commit
9fa312332a
|
@ -380,6 +380,10 @@ def wave(bot, trigger):
|
||||||
#def politics(bot, trigger):
|
#def politics(bot, trigger):
|
||||||
# bot.reply("politics is the mind killer")
|
# bot.reply("politics is the mind killer")
|
||||||
|
|
||||||
|
@sopel.module.commands('pamp')
|
||||||
|
def pamp(bot, trigger):
|
||||||
|
bot.say("<pero> pamp o clock yet?")
|
||||||
|
|
||||||
@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"
|
||||||
|
|
Loading…
Reference in New Issue