diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-13 08:19:59 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-13 08:19:59 +0000 |
commit | 2dde288af73f9be02181569f3876f89f9dc11575 (patch) | |
tree | 70406cf74271ef76756dd4dca9605f5dfe7cfe35 | |
parent | b9552dc5beae210e5e8a626dcf636da43c962365 (diff) |
Document how to disable whowas
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5735 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | docs/inspircd.conf.example | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index a3d90c700..37915b7fc 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -747,14 +747,16 @@ # your server. # # # # groupsize - Controls the maximum entries per nick shown when # -# performing a /whowas nick. # +# performing a /whowas nick. Setting this to 0 dis- # +# ables whowas completely. # # # # maxgroups - The maximum number of nickgroups that can be added # # to the list. If max is reached, oldest group will # # be deleted first like a FIFO. A groupsize of 3 and # # a maxgroups of 5000 will allow for 5000 nicks to # # be stored with a history of 3, thus giving a total # -# of 3 * 5000 = 15000 entries. # +# of 3 * 5000 = 15000 entries. A setting of 0 dis- # +# ables whowas completely. # # # # maxkeep - The maximum time a nick is kept in the whowas list # # before being pruned. Time may be specified in # |