aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_op.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-29 21:33:26 +0100
committerGravatar jesopo2019-06-29 21:33:26 +0100
commitb4c762eb4ea1a83556dac95d6b248e6bcf220843 (patch)
tree28cd655dcfdc45a48b72399f7a5c2241600def57 /modules/channel_op.py
parentOnly accept highlight-commands when they have "," or ":" (diff)
signature
Automatically format `example` text for OptionsSetting (showing options)
Diffstat (limited to 'modules/channel_op.py')
-rw-r--r--modules/channel_op.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py
index 749e7764..4b2dbe15 100644
--- a/modules/channel_op.py
+++ b/modules/channel_op.py
@@ -20,8 +20,7 @@ class InvalidTimeoutException(Exception):
"Set ban format ($n = nick, $u = username, $h = hostname)",
example="*!$u@$h"))
@utils.export("serverset", utils.OptionsSetting("mute-method",
- ["qmode", "insp", "unreal"], "Set this server's method of muting users",
- example="qmode"))
+ ["qmode", "insp", "unreal"], "Set this server's method of muting users"))
class Module(ModuleManager.BaseModule):
_name = "ChanOp"