]> jfr.im git - irc/quakenet/newserv.git/blame - chanserv/authcmds/auth.c
Add ticketauth functionality to Q.
[irc/quakenet/newserv.git] / chanserv / authcmds / auth.c
CommitLineData
1dd6d55d 1/* Automatically generated by refactor.pl.
2 *
3 *
4 * CMDNAME: auth
dd258305 5 * CMDLEVEL: QCMD_SECURE | QCMD_NOTAUTHED
1dd6d55d 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);
50cd26d6 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.
dd258305 17 * CMDHELP: Note: the preferred way to authenticate is to use the /AUTH command.
1dd6d55d 18 */
19
20/* Actual function is in login.c */