]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2001/000081.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2001 / 000081.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Services 5.0 alpha 10 released
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0%20alpha%2010%20released&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="000079.html">
11 <LINK REL="Next" HREF="000082.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Services 5.0 alpha 10 released</H1>
15 <B>Russell Garrett</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0%20alpha%2010%20released&In-Reply-To=3c2963d3.41711%40achurch.org"
17 TITLE="[IRCServices Coding] Services 5.0 alpha 10 released">rg at tcslon.com
18 </A><BR>
19 <I>Wed Dec 26 06:48:22 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000079.html">[IRCServices Coding] Services 5.0 alpha 10 released
22 </A></li>
23 <LI>Next message: <A HREF="000082.html">[IRCServices Coding] Yet more bugs
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#81">[ date ]</a>
27 <a href="thread.html#81">[ thread ]</a>
28 <a href="subject.html#81">[ subject ]</a>
29 <a href="author.html#81">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>&gt;<i> Okay, this will _really_ be the last release before I leave on
35 </I>&gt;<i> vacation, because I leave in about 15 minutes. (: Patches
36 </I>
37 Ok, I'll queue some more bugs up in your inbox for when you return ;)
38
39 memoserv/forward: /ms SET FORWARD [ON|OFF|COPY] doesn't work. Patch
40 follows:
41 modules/memoserv/forward.c:
42 On line 152:
43 } else if (stricmp(option, &quot;ON&quot;) == 0) {
44 should read:
45 } else if (stricmp(param, &quot;ON&quot;) == 0) {
46 On line 156:
47 } else if (stricmp(option, &quot;COPY&quot;) == 0) {
48 should read:
49 } else if (stricmp(param, &quot;COPY&quot;) == 0) {
50 and on line 159:
51 } else if (stricmp(option, &quot;OFF&quot;) == 0) {
52 should read:
53 } else if (stricmp(param, &quot;OFF&quot;) == 0) {
54
55 memoserv/forward: After applying the above fix, /ms SET FORWARD
56 [ON|COPY] returns the following:
57 [14:11:26] Your memos will now be forwarded to your E-mail address:
58 (null)
59 regardless of which or whether an e-mail was set, although the actual
60 forwarding works. Looks pretty simple to fix. Something to do with
61 notice_lang not being told the e-mail I think.
62
63 memoserv/forward: After applying the set forward fix, forwarded memo
64 e-mails contain:
65 Memo from (Dec 26 13:58:10 2001 GMT)
66 without any name. Probably a similar problem to the above.
67
68 nickserv/autojoin: Although the AJOIN command works a treat, it
69 doesn't seem to appear on the /ns HELP COMMANDS list.
70
71
72 Cheers,
73
74 Russ Garrett (<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">russ at garrett.co.uk</A>)
75
76
77 </PRE>
78
79 <!--endarticle-->
80 <HR>
81 <P><UL>
82 <!--threads-->
83 <LI>Previous message: <A HREF="000079.html">[IRCServices Coding] Services 5.0 alpha 10 released
84 </A></li>
85 <LI>Next message: <A HREF="000082.html">[IRCServices Coding] Yet more bugs
86 </A></li>
87 <LI> <B>Messages sorted by:</B>
88 <a href="date.html#81">[ date ]</a>
89 <a href="thread.html#81">[ thread ]</a>
90 <a href="subject.html#81">[ subject ]</a>
91 <a href="author.html#81">[ author ]</a>
92 </LI>
93 </UL>
94
95 </body></html>