diff options
author | Peter Powell <petpow@saberuk.com> | 2017-06-22 12:24:11 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-06-22 13:08:57 +0100 |
commit | 62fe5b32bcdc86aa4eb67bbe8dee214066382eeb (patch) | |
tree | c065177b0c9bde1339cd0961893116c236ba4109 /docs | |
parent | 127683c29e6eb33c21f85cf1ccba6fb85fc0cdec (diff) |
Allow filtering WebIRC connections into a connect class by gateway.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
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" |