aboutsummaryrefslogtreecommitdiff
path: root/modules/commands
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands')
-rw-r--r--modules/commands/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/__init__.py b/modules/commands/__init__.py
index 965518d8..472668a5 100644
--- a/modules/commands/__init__.py
+++ b/modules/commands/__init__.py
@@ -101,7 +101,7 @@ class Module(ModuleManager.BaseModule):
return
if self.has_command(command):
- if self._is_ignored(event["user"], command):
+ if self._is_ignored(event["server"], event["user"], command):
return
hook = None