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