Typo in modules/coins.py, 'commands' -> 'command'

This commit is contained in:
jesopo 2018-10-18 15:20:05 +01:00
parent 07903c15ff
commit 79c4a357d7

View file

@ -166,7 +166,7 @@ class Module(ModuleManager.BaseModule):
event["stdout"].write("%s has %s coin%s" % (target.nickname,
self._coin_str(coins), "" if coins == 1 else "s"))
@utils.hook("received.commands.wallet")
@utils.hook("received.command.wallet")
def wallet(self, event):
"""
:help: Show your wallets and their balances