]> jfr.im git - irc.git/blame - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000215.html
init
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000215.html
CommitLineData
3bd189cb
JR
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Operserv Admin and Oper list bug
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Operserv%20Admin%20and%20Oper%20list%20bug&In-Reply-To=NFBBKFAFGLNBHGEDBKDMMEIMCLAA.mark%40mhetherington.demon.co.uk">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000214.html">
11 <LINK REL="Next" HREF="000216.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Operserv Admin and Oper list bug</H1>
15 <B>Mark Hetherington</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Operserv%20Admin%20and%20Oper%20list%20bug&In-Reply-To=NFBBKFAFGLNBHGEDBKDMMEIMCLAA.mark%40mhetherington.demon.co.uk"
17 TITLE="[IRCServices Coding] Operserv Admin and Oper list bug">mark at mhetherington.demon.co.uk
18 </A><BR>
19 <I>Wed Feb 6 15:06:46 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000214.html">[IRCServices Coding] Services 5.0 sendmail query
22</A></li>
23 <LI>Next message: <A HREF="000216.html">[IRCServices Coding] Akick segfault [was: A few new bugs/suggestions]
24</A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#215">[ date ]</a>
27 <a href="thread.html#215">[ thread ]</a>
28 <a href="subject.html#215">[ subject ]</a>
29 <a href="author.html#215">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33<!--beginarticle-->
34<PRE>Since version 5.0a19 (with the fix for ever increasing oper.db size),
35services admins are now also listed under the services operators list.
36
37Deleting a nickname from the services operator list which is duplicated in
38this manner will also delete that person from the services admins list.
39
40IIRC in previous versions, these lists were exclusive which I believe is the
41correct operation for the lists.
42
43It seems that
44 if (ngi-&gt;os_priv &gt;= NP_SERVOPER)
45should be
46 if (ngi-&gt;os_priv == NP_SERVOPER)
47
48in modules/operserv/main.c function do_oper().
49
50Mark.
51
52
53</PRE>
54
55<!--endarticle-->
56 <HR>
57 <P><UL>
58 <!--threads-->
59 <LI>Previous message: <A HREF="000214.html">[IRCServices Coding] Services 5.0 sendmail query
60</A></li>
61 <LI>Next message: <A HREF="000216.html">[IRCServices Coding] Akick segfault [was: A few new bugs/suggestions]
62</A></li>
63 <LI> <B>Messages sorted by:</B>
64 <a href="date.html#215">[ date ]</a>
65 <a href="thread.html#215">[ thread ]</a>
66 <a href="subject.html#215">[ subject ]</a>
67 <a href="author.html#215">[ author ]</a>
68 </LI>
69 </UL>
70
71</body></html>