X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d9cd0e9da05fe12d86da8ead3e358785fb8bb8f7..921592dd1adaed54948c030be0daceb7e0c9d5b7:/src/nickserv.h diff --git a/src/nickserv.h b/src/nickserv.h index 23bb828..a613f6b 100644 --- a/src/nickserv.h +++ b/src/nickserv.h @@ -1,7 +1,7 @@ /* nickserv.h - Nick/authentiction service * Copyright 2000-2004 srvx Development Team * - * This file is part of srvx. + * This file is part of x3. * * srvx is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -128,7 +128,7 @@ int nickserv_modify_handle_flags(struct userNode *user, struct userNode *bot, co int oper_has_access(struct userNode *user, struct userNode *bot, unsigned int min_level, unsigned int quiet); void nickserv_show_oper_accounts(struct userNode *user, struct svccmd *cmd); -int loc_auth(struct userNode *user, char *handle, char *password); +struct handle_info *loc_auth(char *handle, char *password); /* auth_funcs are called when a user gets a new handle_info. They are * called *after* user->handle_info has been updated. */