aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-04-26 07:26:33 +0100
committerGravatar jesopo2019-04-26 07:26:33 +0100
commitbac9692ec54bca2099945c2f93d377056f71bd9f (patch)
tree7fed25c6496be485a076cb09c187feba06595b52 /modules
parentCheck that we have an AbstractURL in DDG results (diff)
signature
Change channel_op's _name from "Channel Op" to "ChanOp"
Diffstat (limited to 'modules')
-rw-r--r--modules/channel_op.py2
1 files changed, 1 insertions, 1 deletions
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):