]> jfr.im git - irc/rqf/shadowircd.git/blame - doc/README.cidr_bans
Numerics are also server-server messages.
[irc/rqf/shadowircd.git] / doc / README.cidr_bans
CommitLineData
212380e3 1$Id: README.cidr_bans 6 2005-09-10 01:02:21Z nenolod $
2
3
4Basically what this patch does is allow for users to use cidr masks when
5setting bans, exceptions, and invite invex(modes beI respectively). This
6works for both IPv4 and IPv6 addresses.
7
8I won't go into details of how cidr works here, but to use them, you could
9do something like:
10
11/mode #foo +b *!*@10.0.0.0/8
12/mode #foo +e *!*@10.0.10.0/24
13
14Aaron Sethman <androsyn@ratbox.org>
15August 06, 2002
16
17