[IRCServices Coding] Correction in language file
Ben Goldstein
beng at nc.rr.com
Thu May 30 14:40:12 PDT 2002
Oops, forgot the other part..
modules/mail-auth.c:
if (ni2->user) {
notice_lang(s_NickServ, ni2->user, NICK_SETAUTH_USER_NOTICE,
- ngi->email);
+ ngi->email, s_NickServ);
Line 310 is missing last parameter (s_NickServ)
That should do it.
Oh, and somewhere to keep records of how many mails have gone out would be
nice :)
-- Ben Goldstein (beng at nc.rr.com)
> en_us.l:
> NICK_SETAUTH_USER_NOTICE
> You must authorize your nickname before continuing to use it. An
> author
> Type ^B/msg %S HELP AUTH^B for more information.
>
> Should be %s.
>
> -- Ben Goldstein (beng at nc.rr.com)