From: Michael Poole Date: Sat, 18 Sep 2004 14:38:33 +0000 (+0000) Subject: Fix typos in example.conf feature entries. X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=f215c8339af2d14cb156bce3218364cd20121eda Fix typos in example.conf feature entries. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1148 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ChangeLog b/ChangeLog index 3e113ff..f1b72a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-18 Michael Poole + + * doc/example.conf: Add NETWORK feature example. Fix typos in + eaxmples for HANGONGOODLINK and IRCD_RES_TIMEOUT. + 2004-09-18 hikari * ircd/Makefile.in: Fixed a missing internal build dependency. diff --git a/doc/example.conf b/doc/example.conf index 189dfe0..e507392 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -783,6 +783,7 @@ features # "RANDOM_SEED"=""; # "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";