diff options
author | Peter Powell <petpow@saberuk.com> | 2017-08-05 18:33:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-05 18:33:04 +0100 |
commit | 02497bfa999da26c19a92d8620c35bb97f1da711 (patch) | |
tree | 084ec771864163a4e93077a94895660c927903c5 /docs | |
parent | 0b60166d8a9ca1c461f014b9dcb03312f2e487d7 (diff) | |
parent | 62fe5b32bcdc86aa4eb67bbe8dee214066382eeb (diff) |
Merge pull request #1351 from SaberUK/master+webirc
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" |