From: splidge Date: Thu, 7 May 2009 14:28:29 +0000 (+0100) Subject: Update the help for INVITE to reflect new functionality. X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/c6b444ed77e72ea06f6e040bfa389e7c984a274f Update the help for INVITE to reflect new functionality. --- diff --git a/chanserv/chancmds/invite.c b/chanserv/chancmds/invite.c index 05a24f88..3b9f7198 100644 --- a/chanserv/chancmds/invite.c +++ b/chanserv/chancmds/invite.c @@ -4,12 +4,14 @@ * CMDNAME: invite * CMDLEVEL: QCMD_AUTHED * CMDARGS: 1 - * CMDDESC: Invites you to a channel. + * CMDDESC: Invites you to a channel or channels. * CMDFUNC: csc_doinvite * CMDPROTO: int csc_doinvite(void *source, int cargc, char **cargv); - * CMDHELP: Usage: INVITE - * CMDHELP: Invites you to the named channel, where: - * CMDHELP: channel - channel to be invited to. + * CMDHELP: Usage: INVITE [] + * CMDHELP: Invites you to one or more channels, where: + * CMDHELP: channel - channel to be invited to. If no channel is specified, + * CMDHELP: you will be invited to all channels where you have + * CMDHELP: appropriate access and are not already joined. * CMDHELP: INVITE requires you to be known (+k) on the named channel. */