diff options
| author | 2019-06-29 21:33:26 +0100 | |
|---|---|---|
| committer | 2019-06-29 21:33:26 +0100 | |
| commit | b4c762eb4ea1a83556dac95d6b248e6bcf220843 (patch) | |
| tree | 28cd655dcfdc45a48b72399f7a5c2241600def57 /modules/channel_op.py | |
| parent | Only 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.py | 3 |
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" |
