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 80293c33..ddbb30bc 100644
--- a/modules/channel_op.py
+++ b/modules/channel_op.py
@@ -374,7 +374,7 @@ class Module(ModuleManager.BaseModule):
@utils.kwarg("require_access", "cmute")
@utils.kwarg("help", "Mute the current channel")
@utils.kwarg("spec", "!r~channel")
- def cunmute(self):
+ def cunmute(self, event):
self._cunmute(event["spec"][0])
def _cunmute(self, channel):