aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
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):