aliases.py get.command doesn't need to be PRIORITY_URGENT

This commit is contained in:
jesopo 2020-02-05 18:06:30 +00:00
parent e4f85ce6b3
commit 11e2475d52

View file

@ -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)