summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-07-03 22:45:00 -0400
committerAdam <Adam@anope.org>2013-07-03 22:45:00 -0400
commit7f971043bc0b552e0ec2f3a88bf123cecb007387 (patch)
tree2cc22c4b2c2d0231567624ad5d7595fbb97662ed /data
parentc2e1a8a3e2bc2144ad0c4c6009be3ea974aef58f (diff)
Allow channels on access lists
Diffstat (limited to 'data')
-rw-r--r--data/chanserv.example.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf
index 184c170fd..fb7daf26a 100644
--- a/data/chanserv.example.conf
+++ b/data/chanserv.example.conf
@@ -153,6 +153,16 @@ module
* and chanserv/ban.
*/
reasonmax = 200
+
+ /*
+ * If set, prevents channel access entries from containing hostmasks.
+ */
+ disallow_hostmask_access = false
+
+ /*
+ * If set, prevents channels from being on access lists.
+ */
+ disallow_channel_access = false
}
/*