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