From 62fe5b32bcdc86aa4eb67bbe8dee214066382eeb Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 22 Jun 2017 12:24:11 +0100 Subject: Allow filtering WebIRC connections into a connect class by gateway. --- docs/conf/inspircd.conf.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 7ba324e47..2d22f3160 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -287,6 +287,10 @@ # useident: Defines if users in this class MUST respond to a ident query or not. useident="no" + # webirc: Restricts usage of this class to the specified WebIRC gateway. + # This setting only has effect when the cgiirc module is loaded. + #webirc="name" + # limit: How many users are allowed in this class limit="5000" -- cgit v1.2.3