diff options
author | Sadie Powell <sadie@witchery.services> | 2020-02-21 20:37:00 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-02-21 20:37:00 +0000 |
commit | e861d5bfca1c33d1e6fb1464d318943b32a56062 (patch) | |
tree | b6a6edcd9ebd5e688b88b3a8f004296d93d94735 /docs/conf/inspircd.conf.example | |
parent | b31a4aea1b68f9fd27d4bf30440948056af2edce (diff) |
Use "yes" instead of "true" in the example configs.
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-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 dbd56d2fe..317fdb117 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -732,7 +732,7 @@ # Turning this option off will make the server spend more time on users we may # potentially not want. Normally this should be neglible, though. # Default value is true - clonesonconnect="true" + clonesonconnect="yes" # timeskipwarn: The time period that a server clock can jump by before # operators will be warned that the server is having performance issues. |