Typo in modules/coins.py, 'commands' -> 'command'
This commit is contained in:
parent
07903c15ff
commit
79c4a357d7
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
event["stdout"].write("%s has %s coin%s" % (target.nickname,
|
event["stdout"].write("%s has %s coin%s" % (target.nickname,
|
||||||
self._coin_str(coins), "" if coins == 1 else "s"))
|
self._coin_str(coins), "" if coins == 1 else "s"))
|
||||||
|
|
||||||
@utils.hook("received.commands.wallet")
|
@utils.hook("received.command.wallet")
|
||||||
def wallet(self, event):
|
def wallet(self, event):
|
||||||
"""
|
"""
|
||||||
:help: Show your wallets and their balances
|
:help: Show your wallets and their balances
|
||||||
|
|
Loading…
Reference in a new issue