diff options
| author | 2026-03-19 00:45:01 +0000 | |
|---|---|---|
| committer | 2026-03-19 00:45:01 +0000 | |
| commit | 94aa15801ff978a92de2c7dbcacfdbe1c1d31297 (patch) | |
| tree | a5439b120a68da060a829901d320038b86539046 /docs | |
| parent | Implement the IRCv3 no-implicit-names specification. (diff) | |
Improve config compatibility with previous releases.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/modules.example.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf/modules.example.conf b/docs/conf/modules.example.conf index e59fb9e3b..35d64acdd 100644 --- a/docs/conf/modules.example.conf +++ b/docs/conf/modules.example.conf @@ -1368,10 +1368,10 @@ #<module name="ircv3_ctctags"> # # If you want to only allow client tags that are intended for processing -# by the server you can set allowclientonlytags to "none". Alternately, -# you can set it to "known" to filter to known tags. Doing this is not -# recommended though as it may break clients. -#<ctctags allowclientonlytags="all"> +# by the server you can set clientonlytags to "none". Alternately, you +# can set it to "known" to filter to known tags. Changing this is not +# recommended though as it is known to break some clients. +#<ctctags clientonlytags="all"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # IRCv3 echo-message module: Provides the echo-message IRCv3 |
