From 6e571fbe1afc133970149165882e830139b5627b Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 14 Aug 2019 15:08:17 +0100 Subject: set channel_op.py _name to ChanOp --- modules/channel_op.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/channel_op.py b/modules/channel_op.py index 71126b76..42f65305 100644 --- a/modules/channel_op.py +++ b/modules/channel_op.py @@ -20,6 +20,8 @@ KICK_REASON_SETTING = utils.Setting("default-kick-reason", @utils.export("serverset", KICK_REASON_SETTING) @utils.export("channelset", KICK_REASON_SETTING) class Module(ModuleManager.BaseModule): + _name = "ChanOp" + def _parse_time(self, args, min_args): if args[0][0] == "+": if len(args[1:]) < min_args: -- cgit v1.3.1-10-gc9f91