aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands.py b/modules/commands.py
index 66fc6202..455ba49b 100644
--- a/modules/commands.py
+++ b/modules/commands.py
@@ -171,7 +171,7 @@ class Module(ModuleManager.BaseModule):
target=target, args=args, tags=event["tags"],
args_split=args_split, stdout=stdout, stderr=stderr,
command=command.lower(), is_channel=is_channel)
- except EventManager.EventError as e:
+ except utils.EventError as e:
stdout.write(str(e))
if not hook.kwargs.get("skip_out", False):