]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Use "yes" instead of "true" in the example configs.
authorSadie Powell <sadie@witchery.services>
Fri, 21 Feb 2020 20:37:00 +0000 (20:37 +0000)
committerSadie Powell <sadie@witchery.services>
Fri, 21 Feb 2020 20:37:00 +0000 (20:37 +0000)
docs/conf/inspircd.conf.example
docs/conf/modules.conf.example
include/server.h

index dbd56d2fef474c3699c94a90b719cbbc1354228b..317fdb117a2594ede0226593c5209e5e1670bea6 100644 (file)
              # 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.
index 1b26182e4d9fe87bf32f714bfe172b813712bd85..8d1ee807415ba3e0e9de2010876a765fa37fac9c 100644 (file)
 #                                                                     #
 # enableumode   - If enabled, user mode +O is required for override.  #
 #                                                                     #
-#<override noisy="yes" requirekey="no" enableumode="true">
+#<override noisy="yes" requirekey="no" enableumode="yes">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Oper levels module: Gives each oper a level and prevents actions
 # 'saveperiod' determines how often to check if the database needs to be
 # saved to disk. Defaults to every five seconds.
 #<permchanneldb filename="permchannels.conf"
-#               listmodes="true"
+#               listmodes="yes"
 #               saveperiod="5s">
 #<include file="permchannels.conf">
 #
 # 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.
-#<remove supportnokicks="true" protectedrank="50000">
+#<remove supportnokicks="yes" protectedrank="50000">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Repeat module: Allows to block, kick or ban upon similar messages
index 51756b469fef81c9bd40196798038d35929d63b3..078f9662f8cc91f204d41ee84eafca6ddb817059 100644 (file)
@@ -40,7 +40,7 @@ class CoreExport Server : public classbase
         */
        bool uline;
 
-       /** True if this server is a silent uline, i.e. silent="true" in the uline block
+       /** True if this server is a silent uline, i.e. silent="yes" in the uline block
         */
        bool silentuline;