]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/003040.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 003040.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Restricted + Secure --&gt; No Kick List.
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Restricted%20%2B%20Secure%20--%3E%20No%20Kick%20List.&In-Reply-To=40ec0d70.46751%40mail.achurch.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="003044.html">
11 <LINK REL="Next" HREF="003045.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Restricted + Secure --&gt; No Kick List.</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Restricted%20%2B%20Secure%20--%3E%20No%20Kick%20List.&In-Reply-To=40ec0d70.46751%40mail.achurch.org"
17 TITLE="[IRCServices Coding] Restricted + Secure --&gt; No Kick List.">achurch at achurch.org
18 </A><BR>
19 <I>Thu Jul 8 00:45:38 PDT 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003044.html">[IRCServices Coding] Restricted + Secure --&gt; No Kick List.
22 </A></li>
23 <LI>Next message: <A HREF="003045.html">[IRCServices Coding] operserv - reverse wildcard lookup?
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3040">[ date ]</a>
27 <a href="thread.html#3040">[ thread ]</a>
28 <a href="subject.html#3040">[ subject ]</a>
29 <a href="author.html#3040">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>&gt;<i>/msg chanserv set #chanA restricted on
35 </I>&gt;<i>/msg chanserv set #chanA secure on
36 </I>&gt;<i>
37 </I>&gt;<i>If user join #chanA without &quot;Identify&quot; nickname, they will be Kick !!
38 </I>
39 This is intended behavior. RESTRICTED prevents any user with zero or
40 lower access from entering the channel, while SECURE treats any user who
41 has not identified as having access level zero--therefore the combination
42 of RESTRICTED and SECURE results in all non-identified users being kicked
43 and banned from the channel.
44
45 &gt;<i>I want to stop this kick only.
46 </I>&gt;<i>
47 </I>&gt;<i>If user join #chanA without &quot;Identify&quot; nickname, they does not join #chanA.
48 </I>&gt;<i>but I never want to add they in kick list.
49 </I>&gt;<i>
50 </I>&gt;<i>Please advice me, How to stop , ircservice write this user into kick list..
51 </I>&gt;<i>Which source code should I correct ?
52 </I>
53 By &quot;kick list&quot; I assume you mean &quot;ban list&quot;. Bans are added for all
54 users stopped from entering a channel, whether because of RESTRICTED,
55 autokicks, or other reasons, to stop the user from repeatedly entering the
56 channel--particularly in the case of clients which automatically rejoin on
57 a kick, which would cause an infinite loop without a ban. For this reason,
58 I strongly recommend that you do not change this behavior; as an
59 alternative, you might consider changing the access level of the UNBAN
60 command to 1 (/msg ChanServ LEVELS #chanA SET UNBAN 1), which would allow
61 all users normally permitted access to the channel to unban themselves
62 after being kicked.
63
64 If you do decide to modify the source code, the relevant function is
65 check_kick() in modules/chanserv/check.c.
66
67 --Andrew Church
68 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
69 <A HREF="http://achurch.org/">http://achurch.org/</A>
70
71
72 </PRE>
73
74 <!--endarticle-->
75 <HR>
76 <P><UL>
77 <!--threads-->
78 <LI>Previous message: <A HREF="003044.html">[IRCServices Coding] Restricted + Secure --&gt; No Kick List.
79 </A></li>
80 <LI>Next message: <A HREF="003045.html">[IRCServices Coding] operserv - reverse wildcard lookup?
81 </A></li>
82 <LI> <B>Messages sorted by:</B>
83 <a href="date.html#3040">[ date ]</a>
84 <a href="thread.html#3040">[ thread ]</a>
85 <a href="subject.html#3040">[ subject ]</a>
86 <a href="author.html#3040">[ author ]</a>
87 </LI>
88 </UL>
89
90 </body></html>