]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2007/005388.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2007 / 005388.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] 5.1 InspIRCd protocol
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%205.1%20InspIRCd%20protocol&In-Reply-To=46E54B7C.60409%40fastmail.com.au">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="005387.html">
11 <LINK REL="Next" HREF="005390.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] 5.1 InspIRCd protocol</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%205.1%20InspIRCd%20protocol&In-Reply-To=46E54B7C.60409%40fastmail.com.au"
17 TITLE="[IRCServices] 5.1 InspIRCd protocol">achurch at achurch.org
18 </A><BR>
19 <I>Mon Sep 10 23:10:22 PDT 2007</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="005387.html">[IRCServices] 5.1 InspIRCd protocol
22 </A></li>
23 <LI>Next message: <A HREF="005390.html">[IRCServices] 5.1 InspIRCd protocol
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#5388">[ date ]</a>
27 <a href="thread.html#5388">[ thread ]</a>
28 <a href="subject.html#5388">[ subject ]</a>
29 <a href="author.html#5388">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>&gt;<i>another thing, with a second me in the channel, ChanServ doesn't know
35 </I>&gt;<i>there is a second someone in the channel when you do ChanServ kick and
36 </I>&gt;<i>OP etc - doing it on OperServ works.
37 </I>
38 Fixed, thanks for the report. Apply the following patch:
39
40 Index: messages.c
41 ===================================================================
42 RCS file: /var/local/cvsroot/ircservices/messages.c,v
43 retrieving revision 2.46
44 diff -u -r2.46 messages.c
45 --- messages.c 23 Aug 2007 04:45:42 -0000 2.46
46 +++ messages.c 10 Sep 2007 14:09:47 -0000
47 @@ -75,7 +75,7 @@
48 if (!*source) {
49 log(&quot;Source missing from JOIN message&quot;);
50 return;
51 - } else if (ac != 1) {
52 + } else if (ac &lt; 1) {
53 return;
54 }
55 do_join(source, ac, av);
56
57 --Andrew Church
58 <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">achurch at achurch.org</A>
59 <A HREF="http://achurch.org/">http://achurch.org/</A>
60 </PRE>
61
62
63 <!--endarticle-->
64 <HR>
65 <P><UL>
66 <!--threads-->
67 <LI>Previous message: <A HREF="005387.html">[IRCServices] 5.1 InspIRCd protocol
68 </A></li>
69 <LI>Next message: <A HREF="005390.html">[IRCServices] 5.1 InspIRCd protocol
70 </A></li>
71 <LI> <B>Messages sorted by:</B>
72 <a href="date.html#5388">[ date ]</a>
73 <a href="thread.html#5388">[ thread ]</a>
74 <a href="subject.html#5388">[ subject ]</a>
75 <a href="author.html#5388">[ author ]</a>
76 </LI>
77 </UL>
78
79 </body></html>