summaryrefslogtreecommitdiff
path: root/data/chanserv.example.conf
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-06-16 11:39:17 -0400
committerAdam <Adam@anope.org>2017-06-16 11:39:17 -0400
commitbc621b3612480775c945b10bcc9bd9b7e9739d97 (patch)
treefd648bae0eb8e5b1af6837af7f2df89f616015b4 /data/chanserv.example.conf
parentff81c9bab8e1eddf044d7cb5d06d44b4a43c95d8 (diff)
chanserv: always lower channel ts to remove ops on new channels
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r--data/chanserv.example.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf
index e19d67b90..a2bc4360d 100644
--- a/data/chanserv.example.conf
+++ b/data/chanserv.example.conf
@@ -151,13 +151,6 @@ module
* If set, prevents channel access entries from containing hostmasks.
*/
disallow_hostmask_access = false
-
- /*
- * If set, ChanServ will always lower the timestamp of registered channels to their registration date.
- * This prevents several race conditions where unauthorized users can join empty registered channels and set
- * modes etc. prior to services deopping them.
- */
- always_lower_ts = false
}
/*