[IRCServices Coding] Possible new callback on AUTH
Andrew Church
achurch at achurch.org
Tue Aug 23 14:12:19 PDT 2005
>> 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!
Actually, it just occurred to me that at the time the callback is
called, ngi->authreason will have already been cleared, so I'm adding the
old authreason as the fourth parameter (int authreason).
--Andrew Church
achurch at achurch.org
http://achurch.org/