diff options
| author | ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-06-09 22:50:49 +0000 |
|---|---|---|
| committer | ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-06-09 22:50:49 +0000 |
| commit | ea7a35e3de1caa62370eb1b2f849145c1bd04f45 (patch) | |
| tree | e1d06e1bc45ee782827d8fd6c2de722f9d729991 /data | |
| parent | 5dacdbe497bd7641ea625659eb47a7909d442801 (diff) | |
BUILD : 1.7.3 (181) BUGS : 87 NOTES : Fixed several spelling and typing errors in the examples and docs. Thanks to GD for assisting corrections.
git-svn-id: svn://svn.anope.org/anope/trunk@181 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@126 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/data/example.conf b/data/example.conf index 00456ed1e..201bf5274 100644 --- a/data/example.conf +++ b/data/example.conf @@ -149,7 +149,7 @@ HostServName "HostServ" "vHost Server" # ...Alias <nick> <string> [OPTIONAL] # Specify alternate nicknames for services. When a user will /msg -# NickServAlias sthing, it will be forwarded to NickServName, and +# NickServAlias something, it will be forwarded to NickServName, and # NickServName will answer. This can be used to ease the migration # from another network, for example if your services are called # NickKeeper, ChanKeeper, etc ... and the other network calls them @@ -292,7 +292,7 @@ StrictPasswords # Sets the number of invalid password tries before Services removes a # user from the network. If a user enters <count> invalid passwords # for any Services function or combination of functions during a -# single IRC session (subect to BadPassTimeout, below), Services will +# single IRC session (subject to BadPassTimeout, below), Services will # issue a /KILL for the user. If not given, Services will ignore # failed password attempts (though they will be logged in any case). @@ -353,7 +353,7 @@ TimeoutCheck 3s # KeepLogs <days> [RECOMMENDED] # # Sets the number of days log files are kept. If you don't give it, or if -# you set it to 0, logs will be kept undefinitely. +# you set it to 0, logs will be kept indefinitely. # # NOTE: Services must run 24 hours a day for this feature to work. @@ -414,7 +414,7 @@ ForceForbidReason # GlobalOnCycle [OPTIONAL] # # Setting this directive will make Services send global messages on -# starting up and shuting down/restarting. +# starting up and shutting down/restarting. #GlobalOnCycle @@ -533,7 +533,7 @@ MailDelay 5m # ProxyThreads <number> [REQUIRED] # # Sets the number of threads Services will launch when starting. Each -# thread will have the responsability to scan queued hostname for +# thread will have the responsibility to scan queued hostname for # proxies. # # This value must be set depending of the number of users you have @@ -714,7 +714,7 @@ NSExpire 21d # NSRExpire <time> [OPTIONAL] # Sets the length of time a user gets to enter the confirmation code -# which has been e-mailed to them before the nick will be relased +# which has been e-mailed to them before the nick will be released # for general use again # NSRExpire 1d @@ -875,7 +875,7 @@ CSDefBantype 2 # Channel access lists may contain only registered nicknames; # therefore, checking each entry on the list requires only a single # scaler comparison instead of a wildcard match, and this limit may be -# safely set much higher than (for exmple) the nickname access list +# safely set much higher than (for example) the nickname access list # size limit without impacting performance significantly. CSAccessMax 1024 @@ -987,7 +987,7 @@ BSMinUsers 1 # BSBadWordsMax <count> [REQUIRED] # Maximum number of entries a single bad words list can have. -# Setting it too high can reduce performances slightely. +# Setting it too high can reduce performances slightly. BSBadWordsMax 32 @@ -1176,7 +1176,7 @@ WallDrop # online help for more information about session limiting. # # Session limiting is meant to replace the CheckClones and KillClones -# code. It is therefore highly recommened that they are disabled when +# code. It is therefore highly recommended that they are disabled when # session limiting has been enabled. # # NOTE: This option is not available when STREAMLINED is defined in @@ -1244,7 +1244,7 @@ SessionAutoKillExpiry 30m # A WALLOPS (or GOPER, if supported on the IRC server) will be sent if # Services thinks it has found clones. # -# This feature has been superceded by Session Limiting. +# This feature has been superseded by Session Limiting. # # <minusers> sets the minimum number of users which must successively # connect to the network before Services will send a clone warning. @@ -1367,7 +1367,7 @@ AddAkiller #DefConChanModes "+R" # DefConTimeOut <time> [OPTIONAL] -# This value can be used to automaticaly return the network to +# This value can be used to automatically return the network to # defcon 5 after the specified time period - just in case any opers # forget to remove a defcon setting. #DefConTimeOut 15m @@ -1411,7 +1411,7 @@ AddAkiller # Your MySQL configuration for use with Anope. # To disable MySQL functionality, just comment out this block. # To make use of MySQL use these directives and change their -# setting to the appropiate values. +# setting to the appropriate values. # # MysqlHost defines the Mysql server hostname. # MysqlUser defines the Mysql user to log in with. @@ -1465,14 +1465,14 @@ AddAkiller # # ModuleAutoload [OPTIONAL] # -# When compiled with module support, this contains a space seperated list -# of modules to automaticaly load as soon as possible, e.g. IRCD support modules. +# When compiled with module support, this contains a space separated list +# of modules to automatically load as soon as possible, e.g. IRCD support modules. # #ModuleAutoload "hs_moo ircd_defizzer" # ModuleDelayedAutoload [OPTIONAL] # -# When compiled with module support, this contains a space seperated list +# When compiled with module support, this contains a space separated list # of modules to automaticaly load when services are ready for new clients. # e.g. new pesudo clients such as CatServ :-) *meow* # |
