diff options
| author | 2012-05-30 02:46:30 -0700 | |
|---|---|---|
| committer | 2012-05-30 02:46:30 -0700 | |
| commit | cb9740f15157b2c32d4bd8ca9d43ae06f98aa963 (patch) | |
| tree | 1d6e29fc66b1eef1dbb5340b84bc70b55d3fd0aa /docs/modules.conf.example | |
| parent | Merge pull request #159 from gholms/md5-memset-20 (diff) | |
| parent | Add more documentation about logging, aswell as make text, tab and space corr... (diff) | |
Merge pull request #166 from Robby-/insp20-cfgcorrections
[2.0] Add more documentation about logging, aswell as make text, tab and space corrections to the configs.
Diffstat (limited to 'docs/modules.conf.example')
| -rw-r--r-- | docs/modules.conf.example | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/modules.conf.example b/docs/modules.conf.example index 39ea4f9cc..977d628e6 100644 --- a/docs/modules.conf.example +++ b/docs/modules.conf.example @@ -607,8 +607,8 @@ # quitmsg - The message that users get if they attempt to # connect while the throttle is active. # -# bootwait - Amount of time to wait before enforcing the -# throttling when the server just booted. +# bootwait - Amount of time in seconds to wait before enforcing +# the throttling when the server just booted. # #<connflood seconds="30" maxconns="3" timeout="30" # quitmsg="Throttled" bootwait="10"> @@ -1757,9 +1757,10 @@ # user - Username for the vhost. # # # # pass - Password for the vhost. # -# # -# hash - The hash for the specific user (optional) -# m_password_hash.so and a hashing module must be loaded for this to work +# # +# hash - The hash for the specific user (optional) # +# m_password_hash.so and a hashing module must be loaded # +# for this to work. # # # # host - Vhost to set. # # |
