diff --git a/modules/Alias.py b/modules/Alias.py index c5eaec1..02f0185 100644 --- a/modules/Alias.py +++ b/modules/Alias.py @@ -27,6 +27,9 @@ class Alias(Module): """Alias commands as !command, circumventing bot addressing stuff.""" + def priority(self): + return 1 + def do(self, connection, event, nick, userhost, replypath, what, admin_unlocked): """See if there is an alias ("!command") in the text, and if so, translate it into an internal bot command and run it.