diff options
Diffstat (limited to 'src/protocol/shadowircd.c')
-rw-r--r-- | src/protocol/shadowircd.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 /* ~ � */ }; |