From 0a3f316cb5cc7aef47890ef0070742bb6d389baa Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 10 Mar 2020 23:09:51 +0000 Subject: [PATCH] `masks` -> `args` --- modules/channel_op.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/channel_op.py b/modules/channel_op.py index b2d6aed9..7ae81a97 100644 --- a/modules/channel_op.py +++ b/modules/channel_op.py @@ -374,7 +374,7 @@ class Module(ModuleManager.BaseModule): elif spec[2][0] in ["user", "cuser"]: users = [spec[2][1]] elif spec[2][0] == "word": - masks = [spec[2][1]] + args = [spec[2][1]] target_type, mode, prefix = self._find_mode(type, server) if users: