]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/inspircd.conf.example
Added <options:notimesync> to the example config
[user/henk/code/inspircd.git] / docs / inspircd.conf.example
index 34aee0c6c1bd0310a9f02877af7225d1e89441f9..6bb78e3071624851ac5bde809c3760c652c53612 100644 (file)
 #                  new TS values in the timestamp. If you think this  #
 #                  is just pointless noise, define the value to 0.    #
 #                                                                     #
+#  notimesync    - If this value is 'yes', 'true', or '1', time       #
+#                  synchronization is disabled on this server. This   #
+#                  means any servers you are linked to will not       #
+#                  automatically synchronize time with you, and in    #
+#                  most cases will just result in more bounced modes  #
+#                  on netsplits. This option should be the same on    #
+#                  all servers.                                       #
+#                                                                     #
 
 <options prefixquit="Quit: "
          loglevel="default"
          maxwho="128"
          noservices="no"
          qaprefixes="no"
-        deprotectself="no"
+         deprotectself="no"
          somaxconn="128"
          softlimit="12800"
          userstats="Pu"
          hidewhois=""
          flatlinks="no"
          hideulines="no"
-        nouserdns="no"
-        syntaxhints="no"
-        cyclehosts="yes"
-        announcets="yes"
+         nouserdns="no"
+         syntaxhints="no"
+         cyclehosts="yes"
+         announcets="yes"
+         notimesync="no"
          allowhalfop="yes">