]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Update the help for INVITE to reflect new functionality.
authorsplidge <redacted>
Thu, 7 May 2009 14:28:29 +0000 (15:28 +0100)
committersplidge <redacted>
Thu, 7 May 2009 14:28:29 +0000 (15:28 +0100)
chanserv/chancmds/invite.c

index 05a24f88ec41fb9e232ad4202fe228d9783282d3..3b9f71982fc1365edd2362609f5ce6df6c6bf12c 100644 (file)
@@ -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 <channel>
- * CMDHELP: Invites you to the named channel, where:
- * CMDHELP: channel - channel to be invited to.
+ * CMDHELP: Usage: INVITE [<channel>]
+ * 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.
  */