1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 04:16:38 +02:00

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.
This commit is contained in:
genius3000
2016-08-08 23:39:19 -06:00
committed by GitHub
parent 2a5e7827bd
commit 663e79e4d3
-3
View File
@@ -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"; }