aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar jesopo2020-02-05 18:06:30 +0000
committerGravatar jesopo2020-02-05 18:06:30 +0000
commit11e2475d52521c7b6a8f56219f30e22aee025f7a (patch)
tree501a3600abd17c78dbea03ee48bb5ff56b7089a2 /src
parentupdate !apikey to use command spec (diff)
signature
aliases.py get.command doesn't need to be PRIORITY_URGENT
Diffstat (limited to 'src')
-rw-r--r--src/core_modules/aliases.py1
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)