Change channel_op's _name from "Channel Op" to "ChanOp"

This commit is contained in:
jesopo 2019-04-26 07:26:33 +01:00
parent da52baebcc
commit bac9692ec5

View file

@ -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):