diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/coins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/coins.py b/modules/coins.py index 994a08e3..68a0e106 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -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 |
