diff options
| author | 2018-12-19 10:06:46 +0000 | |
|---|---|---|
| committer | 2018-12-19 10:06:46 +0000 | |
| commit | f904042e9e413cd1ba80a04b8984637f59b73036 (patch) | |
| tree | 5187c569bc18f658a8b56d4fa993a40d972f732a /docs | |
| parent | Add the <maxlist> tag and switch ListModeBase to always use it. (diff) | |
Fix docs referring to channel mode e using the wrong name.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/inspircd.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 91a0bdb15..952b981f3 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -513,7 +513,7 @@ # Allows #largechan to have up to 200 ban entries. #<maxlist mode="ban" chan="#largechan" limit="200"> -# Allows #largechan to have up to 200 invex entries. +# Allows #largechan to have up to 200 ban exception entries. #<maxlist mode="e" chan="#largechan" limit="200"> # Allows all channels and list modes not previously matched to have |
