aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/channel_op.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py
index 4bba6d4c..bbc7d012 100644
--- a/modules/channel_op.py
+++ b/modules/channel_op.py
@@ -199,7 +199,7 @@ class Module(ModuleManager.BaseModule):
self._quiet(event["server"], False, event["spec"])
def _quiet(self, server, add, spec):
- quiet_method = self._quiet_method(event["server"])
+ quiet_method = self._quiet_method(server)
if quiet_method == None:
raise utils.EventError(NO_QUIETS)