diff options
author | Peter Powell <petpow@saberuk.com> | 2017-09-09 11:32:14 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-09-27 19:46:10 +0100 |
commit | 3cb659afaa644042609bb52dc9c9cbfe92b0ff9f (patch) | |
tree | 941f0b00cc0267799a65f69a3220e3a7b6ed4df7 /docs/conf/modules.conf.example | |
parent | ec82efd7111cdeb3e1f77f7d39a7ddd7eb4479cd (diff) |
Remove support for the pass, passfirst, identfirst cgiirc types.
These methods are not supported by any widely used gateways that I
can find. If your gateway uses this then you should rewrite it to
use the webirc method. For more details see the IRCv3 WEBIRC
specification at http://ircv3.net/specs/extensions/webirc.html.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index e66ad91be..4a3c6bf16 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -334,9 +334,7 @@ # CGI:IRC documentation. # # Old style: -# <cgihost type="pass" mask="www.example.com"> # Get IP from PASS # <cgihost type="ident" mask="otherbox.example.com"> # Get IP from ident -# <cgihost type="passfirst" mask="www.example.com"> # See the docs # New style: # <cgihost type="webirc" password="foobar" # mask="somebox.example.com"> # Get IP from WEBIRC |