]> jfr.im git - irc/quakenet/newserv.git/blobdiff - chanserv/authcmds/email.c
Added help for most remaining user commands.
[irc/quakenet/newserv.git] / chanserv / authcmds / email.c
index 47e46615bb2e7c30ae29b44992d5a34781d0ae02..8eb3e311adda1f44388df9114e862b922e97d048 100644 (file)
@@ -1,5 +1,4 @@
 /* Automatically generated by refactor.pl.
- *
  *
  * CMDNAME: email
  * CMDLEVEL: QCMD_SECURE | QCMD_AUTHED
@@ -7,6 +6,14 @@
  * CMDDESC: Change your email address.
  * CMDFUNC: csa_doemail
  * CMDPROTO: int csa_doemail(void *source, int cargc, char **cargv);
+ * CMDHELP: Usage: EMAIL <password> <email> <email>
+ * CMDHELP: Changes your register email address.  Confirmation of the change will be sent
+ * CMDHELP: both old and new addresses.  Where:
+ * CMDHELP: password - your password
+ * CMDHELP: email    - new email address.  Must be entered exactly the same way twice to avoid
+ * CMDHELP:            mistakes.
+ * CMDHELP: Note: due to the sensitive nature of this command, you must send the message 
+ * CMDHELP: to Q@CServe.quakenet.org when using it.
  */
 
 #include "../chanserv.h"