]> jfr.im git - irc/quakenet/newserv.git/blobdiff - chanserv/chancmds/channelcomment.c
fix bug in G stats
[irc/quakenet/newserv.git] / chanserv / chancmds / channelcomment.c
index 92d505e9a2daf45cde2bcd7eb33a96cc93192b9f..4290b82c56702c51dce48f449825b97b9891c7f8 100644 (file)
@@ -7,8 +7,10 @@
  * CMDDESC: Shows or changes the staff comment for a channel.
  * CMDFUNC: csc_dochannelcomment
  * CMDPROTO: int csc_dochannelcomment(void *source, int cargc, char **cargv);
  * CMDDESC: Shows or changes the staff comment for a channel.
  * CMDFUNC: csc_dochannelcomment
  * CMDPROTO: int csc_dochannelcomment(void *source, int cargc, char **cargv);
- * CMDHELP: Usage: channelcomment <channel> [<comment>]
+ * CMDHELP: Usage: channelcomment <channel> [[+]<comment>]
  * CMDHELP: Sets or views a comment for a channel.
  * CMDHELP: Sets or views a comment for a channel.
+ * CMDHELP: Comments can be appended to by prefixing <comment> with +.
+ * CMDHELP: Use 'none' for <comment> to unset.
  */
 
 #include "../chanserv.h"
  */
 
 #include "../chanserv.h"