diff options
| author | 2018-10-18 15:20:05 +0100 | |
|---|---|---|
| committer | 2018-10-18 15:20:05 +0100 | |
| commit | 79c4a357d7de8f8b754e0b3299fc9355de894163 (patch) | |
| tree | 2c50909d3cfd37fa74f0853150df84e74938d38a /modules | |
| parent | put "default" wallet in to a const, pass wallet arg through function calls, add (diff) | |
| signature | ||
Typo in modules/coins.py, 'commands' -> 'command'
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 |
