diff options
Diffstat (limited to 'src/protocol/ultimate3.c')
-rw-r--r-- | src/protocol/ultimate3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocol/ultimate3.c b/src/protocol/ultimate3.c index 88701ab3d..16186481a 100644 --- a/src/protocol/ultimate3.c +++ b/src/protocol/ultimate3.c @@ -105,6 +105,7 @@ IRCDVar myIrcd[] = { 0, /* p10 */ NULL, /* character set */ 1, /* reports sync state */ + 0, /* CIDR channelbans */ } , {NULL} @@ -285,7 +286,7 @@ unsigned long umodes[128] = { 0, /* y */ 0, /* z */ 0, 0, 0, /* { | } */ - 0, 0 /* ~ ‚ */ + 0, 0 /* ~ � */ }; |