From 5829d7da39cd92c2590c281a931ae7a032da1842 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 26 Dec 2013 12:06:39 -0500 Subject: Add a config option for whether or not to reset the TS of persistent channels to their registration date --- data/chanserv.example.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 7bfd1ff8c..4a07d0082 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -1133,6 +1133,12 @@ module * 3: ban in the form of *!*user@*.domain */ defbantype = 2 + + /* + * If set, persisent channels have their creation times lowered to their + * original registration dates. + */ + persist_lower_ts = true } command { service = "ChanServ"; name = "SET"; command = "chanserv/set"; group = "chanserv/management"; } command { service = "ChanServ"; name = "SET AUTOOP"; command = "chanserv/set/autoop"; } -- cgit