summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorspecial <special@e03df62e-2008-0410-955e-edbf42e46eb7>2006-11-05 01:18:19 +0000
committerspecial <special@e03df62e-2008-0410-955e-edbf42e46eb7>2006-11-05 01:18:19 +0000
commita8fe83a49938de5473f3e4f84e2a7b5f1c7e085a (patch)
tree56bdb90a5ed3e535332a88fe654230abb626050e /docs
parent848f8ec8a7b1f22c2cd00adeeff2f77365796f5e (diff)
Added <options:notimesync> to the example config
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5652 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example19
1 files changed, 14 insertions, 5 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index 34aee0c6c..6bb78e307 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -701,6 +701,14 @@
# 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"
@@ -708,7 +716,7 @@
maxwho="128"
noservices="no"
qaprefixes="no"
- deprotectself="no"
+ deprotectself="no"
somaxconn="128"
softlimit="12800"
userstats="Pu"
@@ -720,10 +728,11 @@
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">