diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/configreader.h b/include/configreader.h index b26be3d6c..d3b3edd84 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -240,19 +240,6 @@ class CoreExport ServerConfig */ int c_ipv6_range; - /** Max number of WhoWas entries per user. - */ - int WhoWasGroupSize; - - /** Max number of cumulative user-entries in WhoWas. - * When max reached and added to, push out oldest entry FIFO style. - */ - int WhoWasMaxGroups; - - /** Max seconds a user is kept in WhoWas before being pruned. - */ - int WhoWasMaxKeep; - /** Holds the server name of the local server * as defined by the administrator. */ |