1 $Id: README.cidr_bans 26 2006-09-20 18:02:06Z spb $
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.
8 I won't go into details of how cidr works here, but to use them, you could
11 /mode #foo +b *!*@10.0.0.0/8
12 /mode #foo +e *!*@10.0.10.0/24
14 Aaron Sethman <androsyn@ratbox.org>