diff options
| author | 2020-02-05 18:18:32 +0000 | |
|---|---|---|
| committer | 2020-02-05 18:18:32 +0000 | |
| commit | fc83d4fe500080088dec20e0c1eeca4ae753c2c7 (patch) | |
| tree | 3c9e99d87fce3ff76710a05527eed5a4d72632d8 /src/core_modules/aliases.py | |
| parent | aliases.py get.command doesn't need to be PRIORITY_URGENT (diff) | |
| signature | ||
move !alias variables in to alias_variables.py, add RNICK (random nick)
Diffstat (limited to 'src/core_modules/aliases.py')
| -rw-r--r-- | src/core_modules/aliases.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
