diff options
author | Adam <Adam@anope.org> | 2013-12-26 12:06:39 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-12-26 12:06:39 -0500 |
commit | 5829d7da39cd92c2590c281a931ae7a032da1842 (patch) | |
tree | 60e93e2f4657a74d83983f955b5aec7bb5350df2 /data/chanserv.example.conf | |
parent | 2f29c1388cd8c4ded58bc2bf540463ba79ac9b30 (diff) |
Add a config option for whether or not to reset the TS of persistent channels to their registration date
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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"; } |