summaryrefslogtreecommitdiff
path: root/data/chanserv.example.conf
diff options
context:
space:
mode:
authorgenius3000 <genius3000@g3k.solutions>2016-08-08 23:39:19 -0600
committerGitHub <noreply@github.com>2016-08-08 23:39:19 -0600
commit663e79e4d3758c2738ed020ed2b2b5f65b2cf8d2 (patch)
treedf305f62dfef2c07b778724fa280b495b109326d /data/chanserv.example.conf
parent2a5e7827bde932cc632e2457964631982dd96fca (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.
Diffstat (limited to 'data/chanserv.example.conf')
-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 78062d3fb..3c697b88d 100644
--- a/data/chanserv.example.conf
+++ b/data/chanserv.example.conf
@@ -1121,9 +1121,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"; }