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