From 663e79e4d3758c2738ed020ed2b2b5f65b2cf8d2 Mon Sep 17 00:00:00 2001 From: genius3000 Date: Mon, 8 Aug 2016 23:39:19 -0600 Subject: [PATCH] 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. --- data/chanserv.example.conf | 3 --- 1 file changed, 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"; }