From bac9692ec54bca2099945c2f93d377056f71bd9f Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 26 Apr 2019 07:26:33 +0100 Subject: [PATCH] Change channel_op's _name from "Channel Op" to "ChanOp" --- 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 2f0a0620..513040fa 100644 --- a/modules/channel_op.py +++ b/modules/channel_op.py @@ -17,7 +17,7 @@ class InvalidTimeoutException(Exception): @utils.export("channelset", {"setting": "ban-format", "help": "Set ban format ($n = nick, $u = username, $h = hostname)"}) class Module(ModuleManager.BaseModule): - _name = "Channel Op" + _name = "ChanOp" @utils.hook("timer.unban") def _timer_unban(self, event):