]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001394.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 001394.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] services operator bug (4.5pre5)
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20services%20operator%20bug%20%284.5pre5%29&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="001393.html">
11 <LINK REL="Next" HREF="001399.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] services operator bug (4.5pre5)</H1>
15 <B>Curtis D</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20services%20operator%20bug%20%284.5pre5%29&In-Reply-To="
17 TITLE="[IRCServices] services operator bug (4.5pre5)">curtis at nucleus.com
18 </A><BR>
19 <I>Sun Feb 4 19:14:20 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001393.html">[IRCServices] services operator bug (4.5pre5)
22 </A></li>
23 <LI>Next message: <A HREF="001399.html">[IRCServices] Where to search for the problem ?
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1394">[ date ]</a>
27 <a href="thread.html#1394">[ thread ]</a>
28 <a href="subject.html#1394">[ subject ]</a>
29 <a href="author.html#1394">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Thanks Poison-X !!! THATS A some GREAT bugtraqing !!
35
36 ----- Original Message -----
37 From: &quot;Josh&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">grenday288 at geocities.com</A>&gt;
38 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
39 Sent: Sunday, February 11, 2001 12:24 PM
40 Subject: [IRCServices] services operator bug (4.5pre5)
41
42
43 &gt;<i> services operators cant be added because there is no code in
44 </I>&gt;<i> privlist_add to add serivces_opers... it always adds them as
45 </I>&gt;<i> services_admins
46 </I>&gt;<i>
47 </I>&gt;<i>
48 </I>&gt;<i>
49 </I>&gt;<i> --- ../ircservices-4.5pre5/operserv.c Thu Feb 8 19:06:30 2001
50 </I>&gt;<i> +++ operserv.c Sun Feb 11 13:16:30 2001
51 </I>&gt;<i> @@ -590,7 +590,11 @@ static void privlist_add(User *u, int li
52 </I>&gt;<i> if (list[i] == ni) {
53 </I>&gt;<i> notice_lang(s_OperServ, u, msgs[MSG_EXISTS], ni-&gt;nick);
54 </I>&gt;<i> } else if (i &lt; max) {
55 </I>&gt;<i> - services_admins[i] = ni;
56 </I>&gt;<i> + if (!listid) {
57 </I>&gt;<i> + services_admins[i] = ni;
58 </I>&gt;<i> + } else {
59 </I>&gt;<i> + services_opers[i] = ni;
60 </I>&gt;<i> + }
61 </I>&gt;<i> notice_lang(s_OperServ, u, msgs[MSG_ADDED], ni-&gt;nick);
62 </I>&gt;<i> if (readonly)
63 </I>&gt;<i> notice_lang(s_OperServ, u, READ_ONLY_MODE);
64 </I>&gt;<i>
65 </I>&gt;<i>
66 </I>&gt;<i> (might not be the greatest code.. but it works)
67 </I>&gt;<i>
68 </I>&gt;<i> -----------------------------------------------------------
69 </I>&gt;<i> To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
70 </I>&gt;<i> with the word UNSUBSCRIBE in the subject of the mail.
71 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
72 </I>&gt;<i>
73 </I>
74
75
76 </PRE>
77
78 <!--endarticle-->
79 <HR>
80 <P><UL>
81 <!--threads-->
82 <LI>Previous message: <A HREF="001393.html">[IRCServices] services operator bug (4.5pre5)
83 </A></li>
84 <LI>Next message: <A HREF="001399.html">[IRCServices] Where to search for the problem ?
85 </A></li>
86 <LI> <B>Messages sorted by:</B>
87 <a href="date.html#1394">[ date ]</a>
88 <a href="thread.html#1394">[ thread ]</a>
89 <a href="subject.html#1394">[ subject ]</a>
90 <a href="author.html#1394">[ author ]</a>
91 </LI>
92 </UL>
93
94 </body></html>