diff options
Diffstat (limited to 'src/core_modules/help.py')
| -rw-r--r-- | src/core_modules/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core_modules/help.py b/src/core_modules/help.py index 9a3470c1..54ff2e71 100644 --- a/src/core_modules/help.py +++ b/src/core_modules/help.py @@ -23,7 +23,7 @@ class Module(ModuleManager.BaseModule): if usages: return " | ".join( "%s %s" % (command, usage) for usage in usages) - return usage + return None def _get_hook(self, command): hooks = self.events.on("received.command").on(command).get_hooks() |
