diff options
Diffstat (limited to 'src/ptlink.c')
-rw-r--r-- | src/ptlink.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ptlink.c b/src/ptlink.c index 63ca9b117..1cc053d11 100644 --- a/src/ptlink.c +++ b/src/ptlink.c @@ -79,13 +79,13 @@ IRCDVar ircd[] = { 0, /* time stamp on mode */ 0, /* NICKIP */ 0, /* O:LINE */ - 1, /* UMODE */ + 1, /* UMODE */ 1, /* VHOST ON NICK */ 0, /* Change RealName */ - 0, /* ChanServ extra */ + CHAN_HELP_IRCD_PROTECT, /* ChanServ extra */ CMODE_K, /* No Knock */ CMODE_A, /* Admin Only */ - DEFAULT_MLOCK, /* Default MLOCK */ + DEFAULT_MLOCK, /* Default MLOCK */ UMODE_o, /* Vhost Mode */ 1, /* +f */ 0, /* +L */ |