diff options
Diffstat (limited to 'src/plexus.c')
-rw-r--r-- | src/plexus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plexus.c b/src/plexus.c index 835fcbc30..8408c9018 100644 --- a/src/plexus.c +++ b/src/plexus.c @@ -82,7 +82,7 @@ IRCDVar ircd[] = { 0, /* O:LINE */ 1, /* VHOST ON NICK */ 0, /* Change RealName */ - 0, /* ChanServ extra */ + CHAN_HELP_IRCD_HALFOP, /* ChanServ extra */ CMODE_p, /* No Knock */ 0, /* Admin Only */ DEFAULT_MLOCK, /* Default MLOCK */ |