From fc83d4fe500080088dec20e0c1eeca4ae753c2c7 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 5 Feb 2020 18:18:32 +0000 Subject: move !alias variables in to alias_variables.py, add RNICK (random nick) --- src/core_modules/aliases.py | 2 +- src/core_modules/commands/__init__.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/core_modules') diff --git a/src/core_modules/aliases.py b/src/core_modules/aliases.py index 5cf8d0e9..20307e5f 100644 --- a/src/core_modules/aliases.py +++ b/src/core_modules/aliases.py @@ -47,7 +47,7 @@ class Module(ModuleManager.BaseModule): event["command"].command = alias event["command"].args = self._arg_replace(alias_args, given_args, - {"NICK": event["user"].nickname}) + event["kwargs"]) @utils.hook("received.command.alias", permission="alias") 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 -- cgit v1.3.1-10-gc9f91