]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000826.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000826.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Correction in language file
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Correction%20in%20language%20file&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000820.html">
11 <LINK REL="Next" HREF="000827.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Correction in language file</H1>
15 <B>Ben Goldstein</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Correction%20in%20language%20file&In-Reply-To="
17 TITLE="[IRCServices Coding] Correction in language file">beng at nc.rr.com
18 </A><BR>
19 <I>Thu May 30 14:36:05 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000820.html">[IRCServices Coding] Correction in language file
22 </A></li>
23 <LI>Next message: <A HREF="000827.html">[IRCServices Coding] Correction in language file
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#826">[ date ]</a>
27 <a href="thread.html#826">[ thread ]</a>
28 <a href="subject.html#826">[ subject ]</a>
29 <a href="author.html#826">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Oops, forgot the other part..
35 modules/mail-auth.c:
36
37 if (ni2-&gt;user) {
38 notice_lang(s_NickServ, ni2-&gt;user, NICK_SETAUTH_USER_NOTICE,
39 - ngi-&gt;email);
40 + ngi-&gt;email, s_NickServ);
41
42 Line 310 is missing last parameter (s_NickServ)
43
44 That should do it.
45
46 -- Ben Goldstein (<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">beng at nc.rr.com</A>)
47
48 &gt;<i> en_us.l:
49 </I>&gt;<i> NICK_SETAUTH_USER_NOTICE
50 </I>&gt;<i> You must authorize your nickname before continuing to use it. An
51 </I>&gt;<i> author
52 </I>&gt;<i> Type ^B/msg %S HELP AUTH^B for more information.
53 </I>&gt;<i>
54 </I>&gt;<i> Should be %s.
55 </I>&gt;<i>
56 </I>&gt;<i> -- Ben Goldstein (<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">beng at nc.rr.com</A>)
57 </I>
58
59
60 </PRE>
61
62 <!--endarticle-->
63 <HR>
64 <P><UL>
65 <!--threads-->
66 <LI>Previous message: <A HREF="000820.html">[IRCServices Coding] Correction in language file
67 </A></li>
68 <LI>Next message: <A HREF="000827.html">[IRCServices Coding] Correction in language file
69 </A></li>
70 <LI> <B>Messages sorted by:</B>
71 <a href="date.html#826">[ date ]</a>
72 <a href="thread.html#826">[ thread ]</a>
73 <a href="subject.html#826">[ subject ]</a>
74 <a href="author.html#826">[ author ]</a>
75 </LI>
76 </UL>
77
78 </body></html>