From 790dc8a4bf326a7598fc41aa8c018e867edee33a Mon Sep 17 00:00:00 2001 From: "viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Wed, 3 Sep 2008 20:11:12 +0000 Subject: 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 --- src/protocol/shadowircd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/protocol/shadowircd.c') diff --git a/src/protocol/shadowircd.c b/src/protocol/shadowircd.c index 78eff5bc9..0061a538b 100644 --- a/src/protocol/shadowircd.c +++ b/src/protocol/shadowircd.c @@ -106,6 +106,7 @@ IRCDVar myIrcd[] = { 0, /* p10 */ NULL, /* character set */ 1, /* reports sync state */ + 0, /* CIDR channelbans */ } , {NULL} @@ -238,7 +239,7 @@ unsigned long umodes[128] = { 0, /* y */ 0, /* z */ 0, 0, 0, /* { | } */ - 0, 0 /* ~ ‚ */ + 0, 0 /* ~ � */ }; -- cgit