diff options
| author | 2019-09-24 15:50:54 +0100 | |
|---|---|---|
| committer | 2019-09-24 15:50:54 +0100 | |
| commit | 70bc244864b0a8cec24c0005c7eeaff46fa251a9 (patch) | |
| tree | 3ebb19f918da847584c463c1c20f024e2e286313 /modules/channel_op.py | |
| parent | support having a separate ban format for users with accounts (diff) | |
| signature | ||
switch ban-format-account from a serverset to channelset
Diffstat (limited to 'modules/channel_op.py')
| -rw-r--r-- | modules/channel_op.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py index fbdfda80..1981bb87 100644 --- a/modules/channel_op.py +++ b/modules/channel_op.py @@ -13,7 +13,7 @@ KICK_REASON_SETTING = utils.Setting("default-kick-reason", @utils.export("channelset", utils.Setting("ban-format", "Set ban format ($n = nick, $u = username, $h = hostname, $a = account)", example="*!$u@$h")) -@utils.export("serverset", utils.Setting("ban-format-account", +@utils.export("channelset", utils.Setting("ban-format-account", "Set ban format for users with accounts ($a = account)", example="~a:$a")) @utils.export("serverset", utils.OptionsSetting( |
