]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Document how to disable whowas
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 13 Nov 2006 08:19:59 +0000 (08:19 +0000)
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 13 Nov 2006 08:19:59 +0000 (08:19 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5735 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example

index a3d90c7000871b3b1daef48a10323492793d9af2..37915b7fc73c2839e9f9aa73c44162bb61cbb0b8 100644 (file)
 # 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      #