summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-03-08 14:41:27 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-03-08 14:41:27 +0000
commiteaeb69b3bade35e0ac3a3f10a3ffe633df554dab (patch)
treead1c009963596459653929f1abe1487802cd0e83 /docs
parentcbcb5806ec43878b5643c5f62b235f84c352820d (diff)
Change options:notimesync to options:timesync -> reverse its meaning and default it to off
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6637 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example15
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index d607f3124..1ea44d1bf 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -781,13 +781,12 @@
# of text sent out. Eg. NOTICE @#test :@ testing #
# vs. the off setting: NOTICE @#test :testing #
# #
-# 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. #
+# timesync - If this value is 'yes', 'true', or '1', time #
+# synchronization i enabled on this server. This #
+# means any servers you are linked to will #
+# automatically synchronize time with you, however #
+# this can cause clock drifts internal to InspIRCd, #
+# and you should use ntpd instead, NOT this option. #
# #
# hostintopic - If this is set to yes (the default) then the full #
# nick!user@host is shown for who set a TOPIC last. #
@@ -822,7 +821,7 @@
cyclehosts="yes"
ircumsgprefix="no"
announcets="yes"
- notimesync="no"
+ timesync="no"
hostintopic="yes"
allowhalfop="yes">