mirror of
https://github.com/anope/anope.git
synced 2026-07-05 12:23:12 +02:00
BUILD : 1.7.21 (1426) BUGS : 876 NOTES : We now support CIDR in channel ban/invite/except lists. Introduces new CIDR capable generic lists system.
git-svn-id: svn://svn.anope.org/anope/trunk@1426 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1141 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
482a8aa766
commit
790dc8a4bf
@@ -107,6 +107,7 @@ IRCDVar myIrcd[] = {
|
||||
0, /* p10 */
|
||||
NULL, /* character set */
|
||||
1, /* reports sync state */
|
||||
0, /* CIDR channelbans */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -269,7 +270,7 @@ unsigned long umodes[128] = {
|
||||
UMODE_y, /* y */
|
||||
UMODE_z, /* z */
|
||||
0, 0, 0, /* { | } */
|
||||
0, 0 /* ~ ‚ */
|
||||
0, 0 /* ~ � */
|
||||
};
|
||||
|
||||
char myCsmodes[128] = {
|
||||
|
||||
Reference in New Issue
Block a user