diff options
Diffstat (limited to 'src/core_modules/commands')
| -rw-r--r-- | src/core_modules/commands/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core_modules/commands/__init__.py b/src/core_modules/commands/__init__.py index 5a312bda..47488f24 100644 --- a/src/core_modules/commands/__init__.py +++ b/src/core_modules/commands/__init__.py @@ -78,7 +78,8 @@ class Module(ModuleManager.BaseModule): if not self.has_command(command): command_event = CommandEvent(command, args) self.events.on("get.command").call(command=command_event, - server=server, target=target, is_channel=is_channel, user=user) + server=server, target=target, is_channel=is_channel, user=user, + kwargs={}) command = command_event.command args = command_event.args |
