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