[IRCServices Coding] Possible new callback on AUTH
Robin Burchell
surreal.w00t at gmail.com
Mon Aug 22 21:52:14 PDT 2005
Andrew Church wrote:
>>After is what I'm needing-
>>
>>What I'm doing is making sure a normal user passes all checks, and if
>>so, sending them information - doing this on register isn't a good idea,
>>because of the growing number of spambots that can simply register,
>>putting extra load on Services.
>
>
> Okay, that's what I thought. If you want to get started early, the
> callback will be "authed", in module nickserv/mail-auth, and the parameters
> are: User *u, NickInfo *ni, NickGroupInfo *ngi.
>
> --Andrew Church
> achurch at achurch.org
> http://achurch.org/
Great, much appreciated!