]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2001/000082.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2001 / 000082.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Yet more bugs
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Yet%20more%20bugs&In-Reply-To=3c2963d3.41711%40achurch.org">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000081.html">
11 <LINK REL="Next" HREF="000083.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Yet more bugs</H1>
15 <B>Russell Garrett</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Yet%20more%20bugs&In-Reply-To=3c2963d3.41711%40achurch.org"
17 TITLE="[IRCServices Coding] Yet more bugs">rg at tcslon.com
18 </A><BR>
19 <I>Wed Dec 26 09:20:54 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000081.html">[IRCServices Coding] Services 5.0 alpha 10 released
22 </A></li>
23 <LI>Next message: <A HREF="000083.html">[IRCServices Coding] errors.log?
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#82">[ date ]</a>
27 <a href="thread.html#82">[ thread ]</a>
28 <a href="subject.html#82">[ subject ]</a>
29 <a href="author.html#82">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>memoserv/main: The memo send confirmation messages appear when
35 sending to some users, but not others. I'm not sure what determines
36 this though. Every time, however, the memo is sent, just sometimes it
37 isn't confirmed.
38
39 Here is the fix for the missing e-mail address in the memoserv set
40 forward message bug I reported earlier, if anyone wants it:
41 /modules/memoserv/forward.c
42 Line 155:
43 notice_lang(s_MemoServ, u, MEMO_SET_FORWARD_ON);
44 Change to:
45 notice_lang(s_MemoServ, u, MEMO_SET_FORWARD_ON,
46 u-&gt;ngi-&gt;email);
47 Line 158:
48 notice_lang(s_MemoServ, u, MEMO_SET_FORWARD_COPY);
49 Change to:
50 notice_lang(s_MemoServ, u, MEMO_SET_FORWARD_COPY,
51 u-&gt;ngi-&gt;email);
52
53
54 Russ Garrett (<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">russ at garrett.co.uk</A>)
55
56
57 </PRE>
58
59 <!--endarticle-->
60 <HR>
61 <P><UL>
62 <!--threads-->
63 <LI>Previous message: <A HREF="000081.html">[IRCServices Coding] Services 5.0 alpha 10 released
64 </A></li>
65 <LI>Next message: <A HREF="000083.html">[IRCServices Coding] errors.log?
66 </A></li>
67 <LI> <B>Messages sorted by:</B>
68 <a href="date.html#82">[ date ]</a>
69 <a href="thread.html#82">[ thread ]</a>
70 <a href="subject.html#82">[ subject ]</a>
71 <a href="author.html#82">[ author ]</a>
72 </LI>
73 </UL>
74
75 </body></html>