From 79c4a357d7de8f8b754e0b3299fc9355de894163 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 18 Oct 2018 15:20:05 +0100 Subject: Typo in modules/coins.py, 'commands' -> 'command' --- modules/coins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.3.1-10-gc9f91