]> jfr.im git - irc/quakenet/newserv.git/blob - chanserv/authcmds/auth.c
Added help for most remaining user commands.
[irc/quakenet/newserv.git] / chanserv / authcmds / auth.c
1 /* Automatically generated by refactor.pl.
2 *
3 *
4 * CMDNAME: auth
5 * CMDLEVEL: QCMD_ALIAS | QCMD_SECURE | QCMD_NOTAUTHED
6 * CMDARGS: 2
7 * CMDDESC: Authenticates you on the bot.
8 * CMDFUNC: csa_doauth
9 * CMDPROTO: int csa_doauth(void *source, int cargc, char **cargv);
10 * CMDHELP: Usage: AUTH <username> <password>
11 * CMDHELP: Authenticates you on the bot, where:
12 * CMDHELP: username - your username
13 * CMDHELP: password - your password
14 * CMDHELP: If you do not have a username and password, see HELLO.
15 * CMDHELP: Note: due to the sensitive nature of this command, you must send the message
16 * CMDHELP: to Q@CServe.quakenet.org when using it.
17 */
18
19 /* Actual function is in login.c */