mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 11:58:53 +01:00
212380e3f4
+ branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff
17 lines
459 B
Text
17 lines
459 B
Text
$Id: README.cidr_bans 6 2005-09-10 01:02:21Z nenolod $
|
|
|
|
|
|
Basically what this patch does is allow for users to use cidr masks when
|
|
setting bans, exceptions, and invite invex(modes beI respectively). This
|
|
works for both IPv4 and IPv6 addresses.
|
|
|
|
I won't go into details of how cidr works here, but to use them, you could
|
|
do something like:
|
|
|
|
/mode #foo +b *!*@10.0.0.0/8
|
|
/mode #foo +e *!*@10.0.10.0/24
|
|
|
|
Aaron Sethman <androsyn@ratbox.org>
|
|
August 06, 2002
|
|
|
|
|