aliases.py get.command doesn't need to be PRIORITY_URGENT
This commit is contained in:
parent
e4f85ce6b3
commit
11e2475d52
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue