summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example6
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 #