aboutsummaryrefslogtreecommitdiff
path: root/modules/perform.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/perform.py')
-rw-r--r--modules/perform.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/perform.py b/modules/perform.py
index 889e8092..7bd1432f 100644
--- a/modules/perform.py
+++ b/modules/perform.py
@@ -1,7 +1,7 @@
-from src import EventManager, ModuleManager, Utils
+from src import EventManager, ModuleManager, utils
class Module(ModuleManager.BaseModule):
- @Utils.hook("received.numeric.001", priority=EventManager.PRIORITY_URGENT)
+ @utils.hook("received.numeric.001", priority=EventManager.PRIORITY_URGENT)
def on_connect(self, event):
commands = event["server"].get_setting("perform", [])
for i, command in enumerate(commands):