]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Stage 1 moving login code->auth.
authorChris Porter <redacted>
Thu, 13 Nov 2008 20:42:52 +0000 (20:42 +0000)
committerChris Porter <redacted>
Thu, 13 Nov 2008 20:42:52 +0000 (20:42 +0000)
chanserv/authcmds/auth.c [deleted file]

diff --git a/chanserv/authcmds/auth.c b/chanserv/authcmds/auth.c
deleted file mode 100644 (file)
index e9ad1bb..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Automatically generated by refactor.pl.
- *
- *
- * CMDNAME: auth
- * CMDLEVEL: QCMD_SECURE | QCMD_NOTAUTHED
- * CMDARGS: 2
- * CMDDESC: Authenticates you on the bot.
- * CMDFUNC: csa_doauth
- * CMDPROTO: int csa_doauth(void *source, int cargc, char **cargv);
- * CMDHELP: Usage: AUTH <username> <password>
- * CMDHELP: Authenticates you on the bot, where:
- * CMDHELP: username - your username
- * CMDHELP: password - your password
- * CMDHELP: If you do not have a username and password, see HELLO.
- * CMDHELP: Note: due to the sensitive nature of this command, you must send the message
- * CMDHELP: to Q@CServe.quakenet.org when using it.
- * CMDHELP: Note: the preferred way to authenticate is to use the /AUTH command.
- */
-
-/* Actual function is in login.c */