Merge pull request #44 from scoobybejesus/patch-12
Included plol as polo price arg
This commit is contained in:
commit
fc937b50df
2
price.py
2
price.py
|
@ -200,7 +200,7 @@ def krakeur(bot, trigger):
|
|||
def chart(bot, trigger):
|
||||
bot.say('https://cryptowat.ch/poloniex/xmrbtc')
|
||||
|
||||
@sopel.module.commands('polo', 'poloniex', 'marco')
|
||||
@sopel.module.commands('polo', 'poloniex', 'marco', 'plol')
|
||||
@sopel.module.interval(3600)
|
||||
def polo(bot, trigger):
|
||||
if not trigger.group(2):
|
||||
|
|
Loading…
Reference in New Issue