Fix typos in example.conf feature entries.
authorMichael Poole <mdpoole@troilus.org>
Sat, 18 Sep 2004 14:38:33 +0000 (14:38 +0000)
committerMichael Poole <mdpoole@troilus.org>
Sat, 18 Sep 2004 14:38:33 +0000 (14:38 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1148 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
doc/example.conf

index 3e113ff782f992c4a5cbf043e9107bf51d281080..f1b72a3015150a3ff2d25b71c988e34287051016 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-18  Michael Poole <mdpoole@troilus.org>
+
+       * doc/example.conf: Add NETWORK feature example.  Fix typos in
+       eaxmples for HANGONGOODLINK and IRCD_RES_TIMEOUT.
+
 2004-09-18  hikari <hikari@undernet.org>
 
        * ircd/Makefile.in: Fixed a missing internal build dependency.
index 189dfe07831d4dc3a6515a48cb37bf937df7a62d..e5073920df2dd841eeeaa36f8ce953d83be53775 100644 (file)
@@ -783,6 +783,7 @@ features
 #  "RANDOM_SEED"="<you should set one explicitly>";
 #  "DEFAULT_LIST_PARAM"="TRUE";
 #  "NICKNAMEHISTORYLENGTH"="800";
+#  "NETWORK"="UnderNet";
 #  "HOST_HIDING"="FALSE";
 #  "HIDDEN_HOST"="users.undernet.org";
 #  "HIDDEN_IP"="127.0.0.1";
@@ -792,7 +793,7 @@ features
 #  "AVBANLEN"="40";
 #  "MAXBANS"="30";
 #  "MAXSILES"="15";
-#  "HANGONGOODLINK="300";
+#  "HANGONGOODLINK"="300";
 # "HANGONRETRYDELAY" = "10";
 # "CONNECTTIMEOUT" = "90";
 # "MAXIMUM_LINKS" = "1";
@@ -806,7 +807,7 @@ features
 # "TOS_SERVER" = "0x08";
 # "TOS_CLIENT" = "0x08";
 # "POLLS_PER_LOOP" = "200";
-# "IRCD_RES_TIMEOUTS" = "4";
+# "IRCD_RES_TIMEOUT" = "4";
 # "IRCD_RES_RETRIES" = "2";
 # "AUTH_TIMEOUT" = "9";
 # "IPCHECK_CLONE_LIMIT" = "4";