diff options
| author | 2026-03-07 00:56:48 +0000 | |
|---|---|---|
| committer | 2026-03-07 13:52:26 +0000 | |
| commit | 4eed332cf684407caa72f9b2d7e439f235ba7f49 (patch) | |
| tree | bee6bbe03e9e311e66cbf6e5143b4b6934037965 /docs | |
| parent | Add support for per-operator isupport. (diff) | |
Remove more missed v3 compatibility code.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/inspircd.example.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/conf/inspircd.example.conf b/docs/conf/inspircd.example.conf index cbe9faafe..14269b813 100644 --- a/docs/conf/inspircd.example.conf +++ b/docs/conf/inspircd.example.conf @@ -677,9 +677,8 @@ # extbanformat: The method to use for normalising extbans. Can be set # to one of: # - any Do not perform any extban normalisation. - # - name Normalise extbans to use their name. - # - letter Normalise extbans to use their letter. This is useful for - # if you need to keep compatibility with v3. + # - name Normalise extbans to use their name. This is the default. + # - letter Normalise extbans to use their letter. # Defaults to "name" if not set. extbanformat="name" |
