summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgenius3000 <genius3000@g3k.solutions>2016-08-08 23:39:19 -0600
committerAdam <Adam@anope.org>2016-10-07 19:10:43 -0400
commitfd1ec06b2f3c74b64e9816718750222781dbccb4 (patch)
treed8b70d040c4b855a6d2a3a667a25878dab4344a0
parent189758be370618fbc35415bcec6f8b758f0d5400 (diff)
Remove 'expiretimeout' from chanserv.example.conf
As seen within this commit: https://github.com/anope/anope/commit/22658d63bdb1e52a66f4514af45fa55ca5891345 'expiretimeout' is no longer set within cs_seen and I can't see it used elsewhere to be needed in the config. (cherry picked from commit 663e79e4d3758c2738ed020ed2b2b5f65b2cf8d2)
-rw-r--r--data/chanserv.example.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf
index 4c64a8ac3..c60a58621 100644
--- a/data/chanserv.example.conf
+++ b/data/chanserv.example.conf
@@ -1107,9 +1107,6 @@ module
/* Sets the time to keep seen entries in the seen database. */
purgetime = "30d"
-
- /* Sets the delay between checks for expired seen entries. */
- expiretimeout = "1d"
}
command { service = "OperServ"; name = "SEEN"; command = "operserv/seen"; permission = "operserv/seen"; }