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