From e861d5bfca1c33d1e6fb1464d318943b32a56062 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 21 Feb 2020 20:37:00 +0000 Subject: Use "yes" instead of "true" in the example configs. --- docs/conf/inspircd.conf.example | 2 +- docs/conf/modules.conf.example | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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. diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 1b26182e4..8d1ee8074 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1597,7 +1597,7 @@ # # # enableumode - If enabled, user mode +O is required for override. # # # -# +# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Oper levels module: Gives each oper a level and prevents actions @@ -1693,7 +1693,7 @@ # 'saveperiod' determines how often to check if the database needs to be # saved to disk. Defaults to every five seconds. # # # @@ -1804,7 +1804,7 @@ # nokicks (+Q) mode is set. Defaults to false. # protectedrank: Members having this rank or above may not be /REMOVE'd # by anyone. Set to 0 to disable this feature. Defaults to 50000. -# +# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Repeat module: Allows to block, kick or ban upon similar messages -- cgit v1.2.3