summaryrefslogtreecommitdiff
path: root/src/plexus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plexus.c')
-rw-r--r--src/plexus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plexus.c b/src/plexus.c
index 21e89b502..e3217316c 100644
--- a/src/plexus.c
+++ b/src/plexus.c
@@ -107,6 +107,7 @@ IRCDVar ircd[] = {
0, /* ts6 */
0, /* support helper umode */
0, /* p10 */
+ NULL, /* character set */
}
,
{NULL}
@@ -142,7 +143,7 @@ IRCDCAPAB ircdcap[] = {
0, /* TLKEXT */
0, /* DODKEY */
0, /* DOZIP */
- 0, 0}
+ 0, 0, 0}
};