mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
progress (#18)
* Added: Signal handlers for SIGILL and SIGABRT ifdef DEBUG * Added: New command: CRASH, for debugging/development... * Changed: configure now defaults to optimizing for code size. * Added: configuration option --optimize=speed or --optimize=size changes to configure #17
This commit is contained in:
18
src/auth.c
18
src/auth.c
@@ -417,10 +417,20 @@ int make_auth(const char *userhost, const User *user)
|
||||
*
|
||||
*/
|
||||
|
||||
/*---Help:AUTH:<password>
|
||||
*/
|
||||
/*---Help:VERIFY:<password>
|
||||
*/
|
||||
/*
|
||||
help:AUTH
|
||||
help:VERIFY
|
||||
usage:AUTH <password>
|
||||
usage:VERIFY <password>
|
||||
file:../help/AUTH
|
||||
file:../help/VERIFY
|
||||
begin:
|
||||
|
||||
Authenticate yourself with the bot.
|
||||
|
||||
See also: passwd, setpass
|
||||
:end
|
||||
*/
|
||||
void do_auth(COMMAND_ARGS)
|
||||
{
|
||||
#ifdef BOTNET
|
||||
|
||||
Reference in New Issue
Block a user