]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000155.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000155.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Fwd: Possible Bug? (or am I misinterpreting something?)
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Fwd%3A%20Possible%20Bug%3F%20%28or%20am%20I%20misinterpreting%20something%3F%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="000160.html">
11 <LINK REL="Next" HREF="000159.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Fwd: Possible Bug? (or am I misinterpreting something?)</H1>
15 <B>Todd Punderson</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Fwd%3A%20Possible%20Bug%3F%20%28or%20am%20I%20misinterpreting%20something%3F%29&In-Reply-To="
17 TITLE="[IRCServices Coding] Fwd: Possible Bug? (or am I misinterpreting something?)">todd at doonga.net
18 </A><BR>
19 <I>Wed Jan 30 00:34:45 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000160.html">[IRCServices Coding] A few bugs...
22 </A></li>
23 <LI>Next message: <A HREF="000159.html">[IRCServices Coding] Error in Logon News Adding
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#155">[ date ]</a>
27 <a href="thread.html#155">[ thread ]</a>
28 <a href="subject.html#155">[ subject ]</a>
29 <a href="author.html#155">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Hello,
35 Ooops, accidentally posted this to the wrong list...
36 Under alpha 17, I have a channel set up like this:
37
38 ChanServ: Information for channel #doonga:
39 ChanServ: Founder: Doonga
40 ChanServ: Description: DoongaNET IRC Main Help Channel
41 ChanServ: Registered: Jan 15 00:02:31 2002 EST
42 ChanServ: Last used: Jan 28 20:59:33 2002 EST
43 ChanServ: Last topic: Welcome to DoongaNET IRC. Please be patient and an
44 admin (@ or +) will be along soon to help you.
45 ChanServ: Topic set by: Doonga
46 ChanServ: Entry message: Welcome
47 ChanServ: Options: Topic Retention, Topic Lock, Secure Ops, Secure,
48 Op-Notice, Enforce
49 ChanServ: Mode lock: +nt
50 ChanServ: This channel will not expire.
51
52 The levels for the channel are as such:
53
54 ChanServ: Access level settings for channel #doonga:
55 ChanServ: AUTOPROTECT 10
56 ChanServ: AUTOOP 5
57 ChanServ: AUTOHALFOP 4
58 ChanServ: AUTOVOICE 3
59 ChanServ: AUTODEOP -1
60 ChanServ: NOJOIN -2
61 ChanServ: INVITE 5
62 ChanServ: AKICK 10
63 ChanServ: SET 10000
64 ChanServ: CLEAR 10000
65 ChanServ: UNBAN 5
66 ChanServ: ACC-LIST 0
67 ChanServ: ACC-CHANGE 10
68 ChanServ: MEMO 10
69 ChanServ: OP-DEOP 5
70 ChanServ: VOICE 3
71 ChanServ: HALFOP 4
72 ChanServ: PROTECT 10
73 ChanServ: KICK 5
74
75 And users are set as:
76
77 ChanServ: Access list for #doonga:
78 ChanServ: Num Lev Nick
79 ChanServ: 1 10 Gusman1
80 ChanServ: 2 10 norked1
81 ChanServ: 3 10 Darkangel
82 ChanServ: 4 5 sykkbot
83 ChanServ: 5 5 todd
84
85 Now, given all that...User todd cannot use the unban command, it says
86 &quot;Permission Denied.&quot; When he tries to use it. I had a similer problem with
87 norked1 and gusman1, so I bumped their access level to 10 before I realized
88 the issue.
89
90 Temporarily I made another channel:
91
92 ChanServ: Information for channel #testing:
93 ChanServ: Founder: Doonga
94 ChanServ: Description: testing
95 ChanServ: Registered: Jan 28 21:08:53 2002 EST
96 ChanServ: Last used: Jan 28 21:09:52 2002 EST
97 ChanServ: Options: Topic Retention, Secure, Op-Notice
98 ChanServ: Mode lock: +nt
99
100 ChanServ: Access level settings for channel #testing:
101 ChanServ: AUTOPROTECT 10
102 ChanServ: AUTOOP 5
103 ChanServ: AUTOHALFOP 4
104 ChanServ: AUTOVOICE 3
105 ChanServ: AUTODEOP -1
106 ChanServ: NOJOIN -2
107 ChanServ: INVITE 5
108 ChanServ: AKICK 10
109 ChanServ: SET 10000
110 ChanServ: CLEAR 10000
111 ChanServ: UNBAN 5
112 ChanServ: ACC-LIST 0
113 ChanServ: ACC-CHANGE 4
114 ChanServ: MEMO 10
115 ChanServ: OP-DEOP 5
116 ChanServ: VOICE 3
117 ChanServ: HALFOP 4
118 ChanServ: PROTECT 10
119 ChanServ: KICK 5
120
121 ChanServ: Access list for #testing:
122 ChanServ: Num Lev Nick
123 ChanServ: 1 5 todd
124
125 The unban command works properly for channel #testing. I'm more than willing
126 to admit that I am misinterpreting one of the SET options and it is working
127 properly. But if not, here's a bug report. :)
128 Thanks for the help, if more info is needed, please ask.
129 Todd
130
131 -------------------------------------------------------
132
133 </PRE>
134
135 <!--endarticle-->
136 <HR>
137 <P><UL>
138 <!--threads-->
139 <LI>Previous message: <A HREF="000160.html">[IRCServices Coding] A few bugs...
140 </A></li>
141 <LI>Next message: <A HREF="000159.html">[IRCServices Coding] Error in Logon News Adding
142 </A></li>
143 <LI> <B>Messages sorted by:</B>
144 <a href="date.html#155">[ date ]</a>
145 <a href="thread.html#155">[ thread ]</a>
146 <a href="subject.html#155">[ subject ]</a>
147 <a href="author.html#155">[ author ]</a>
148 </LI>
149 </UL>
150
151 </body></html>