Change channel_op's _name from "Channel Op" to "ChanOp"
This commit is contained in:
parent
da52baebcc
commit
bac9692ec5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class InvalidTimeoutException(Exception):
|
||||||
@utils.export("channelset", {"setting": "ban-format",
|
@utils.export("channelset", {"setting": "ban-format",
|
||||||
"help": "Set ban format ($n = nick, $u = username, $h = hostname)"})
|
"help": "Set ban format ($n = nick, $u = username, $h = hostname)"})
|
||||||
class Module(ModuleManager.BaseModule):
|
class Module(ModuleManager.BaseModule):
|
||||||
_name = "Channel Op"
|
_name = "ChanOp"
|
||||||
|
|
||||||
@utils.hook("timer.unban")
|
@utils.hook("timer.unban")
|
||||||
def _timer_unban(self, event):
|
def _timer_unban(self, event):
|
||||||
|
|
Loading…
Reference in a new issue