diff options
| author | 2020-03-10 23:09:51 +0000 | |
|---|---|---|
| committer | 2020-03-10 23:09:51 +0000 | |
| commit | 0a3f316cb5cc7aef47890ef0070742bb6d389baa (patch) | |
| tree | 9853b4b574de4f1fe83f46d88a349d732db5ad10 /modules | |
| parent | fix !part, add !join (diff) | |
| signature | ||
`masks` -> `args`
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/channel_op.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
