diff options
| author | 2017-08-05 18:33:04 +0100 | |
|---|---|---|
| committer | 2017-08-05 18:33:04 +0100 | |
| commit | 02497bfa999da26c19a92d8620c35bb97f1da711 (patch) | |
| tree | 084ec771864163a4e93077a94895660c927903c5 /docs | |
| parent | Fix the server failing to rehash when <server:name> is unset. (diff) | |
| parent | Allow filtering WebIRC connections into a connect class by gateway. (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" |
