diff options
| author | 2020-02-05 18:06:30 +0000 | |
|---|---|---|
| committer | 2020-02-05 18:06:30 +0000 | |
| commit | 11e2475d52521c7b6a8f56219f30e22aee025f7a (patch) | |
| tree | 501a3600abd17c78dbea03ee48bb5ff56b7089a2 /src/core_modules | |
| parent | update !apikey to use command spec (diff) | |
| signature | ||
aliases.py get.command doesn't need to be PRIORITY_URGENT
Diffstat (limited to 'src/core_modules')
| -rw-r--r-- | src/core_modules/aliases.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core_modules/aliases.py b/src/core_modules/aliases.py index 62a4a8d0..5cf8d0e9 100644 --- a/src/core_modules/aliases.py +++ b/src/core_modules/aliases.py @@ -35,7 +35,6 @@ class Module(ModuleManager.BaseModule): return aliases @utils.hook("get.command") - @utils.kwarg("priority", EventManager.PRIORITY_URGENT) def get_command(self, event): alias = self._get_alias(event["server"], event["target"], event["command"].command) |
