From 7f971043bc0b552e0ec2f3a88bf123cecb007387 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 3 Jul 2013 22:45:00 -0400 Subject: Allow channels on access lists --- data/chanserv.example.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data') 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 } /* -- cgit