]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001795.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 001795.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> AW: [IRCServices] Suggestions
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=AW%3A%20%5BIRCServices%5D%20Suggestions&In-Reply-To=001c01c0c910%2450353d60%2498897ad5%40u0y0i7">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001794.html">
11 <LINK REL="Next" HREF="001798.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>AW: [IRCServices] Suggestions</H1>
15 <B>Yusuf Iskenderoglu</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=AW%3A%20%5BIRCServices%5D%20Suggestions&In-Reply-To=001c01c0c910%2450353d60%2498897ad5%40u0y0i7"
17 TITLE="AW: [IRCServices] Suggestions">uhc0 at rz.uni-karlsruhe.de
18 </A><BR>
19 <I>Thu Apr 19 23:18:00 PDT 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001794.html">[IRCServices] Suggestions
22 </A></li>
23 <LI>Next message: <A HREF="001798.html">[IRCServices] Suggestions
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1795">[ date ]</a>
27 <a href="thread.html#1795">[ thread ]</a>
28 <a href="subject.html#1795">[ subject ]</a>
29 <a href="author.html#1795">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Hello;
35
36 That is in my opinion an ircd issue:
37
38 If you use bahamut, and have little coding abilities, you may do that
39 personally. In the file s_user.c is a function called register_user
40 During this function, the new connection is checked via existing
41 autokills or klines. If one of them match the person, some text is sent
42 to this, saying, You are banned from this network, etc...
43
44 One of those lines is the following:
45
46 sendto_one(sptr, &quot;:%s NOTICE %s :*** %s for %s&quot;,
47 me.name, sptr-&gt;name, ktype, reason);
48
49 If you want the user to see, which autokill host is being matched
50 against them, you modify best this line to the following:
51
52 sendto_one(sptr, &quot;:%s NOTICE %s :*** %s for %s (Mask %s@%s is matching against you)&quot;,
53 me.name, sptr-&gt;name, ktype, reason,
54 (aconf-&gt;name ? aconf-&gt;name : &quot;*&quot;),
55 (aconf-&gt;host ? aconf-&gt;host : &quot;*&quot;));
56
57 Maybe you may think of writing to the coders of your ircd an email
58 stating this problematic.
59
60 Regards;
61 yusuf
62
63 ----------------------------------------------------------------------
64 |<i> Yusuf Iskenderoglu | You get to meet all sorts, |
65 </I>|<i> eMail - <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">uhc0 at rz.uni-karlsruhe.de</A> | in this line of work... |
66 </I>|<i> eMail - <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">s_iskend at ira.uka.de</A> | |
67 </I>|<i> ICQ UIN : 20587464 \ TimeMr14C | |
68 </I>----------------------------------------------------------------------
69
70
71 &gt;<i> -----Ursprungliche Nachricht-----
72 </I>&gt;<i> Von: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-admin at ircservices.za.net</A>
73 </I>&gt;<i> [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-admin at ircservices.za.net</A>]Im Auftrag von Kevc978
74 </I>&gt;<i> Gesendet: Donnerstag, 19. April 2001 22:36
75 </I>&gt;<i> An: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>
76 </I>&gt;<i> Betreff: [IRCServices] Suggestions
77 </I>&gt;<i>
78 </I>&gt;<i>
79 </I>&gt;<i> Ok,
80 </I>&gt;<i>
81 </I>&gt;<i> Maybe The Akill Reason Was a bad idea, as it could be included in Aliases,
82 </I>&gt;<i> but i get sooo many e-mails, users askign to be unbanned, and honestly, i
83 </I>&gt;<i> cant find which ban theyre talking about, so, Maybe an Akill-ID would be a
84 </I>&gt;<i> good idea, just assigning a Random Number Between 1000-9999 And
85 </I>&gt;<i> so on, This
86 </I>&gt;<i> would help insuring that the correct bans are removed, and the
87 </I>&gt;<i> right person
88 </I>&gt;<i> is allowed back on if they apologise to the admin, or whaterver your own
89 </I>&gt;<i> policy is for unbanning.
90 </I>&gt;<i>
91 </I>&gt;<i> Thanks
92 </I>&gt;<i> Kevc978
93 </I>&gt;<i>
94 </I>&gt;<i> -----------------------------------------------------------
95 </I>&gt;<i> To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
96 </I>&gt;<i> with the word UNSUBSCRIBE in the subject of the mail.
97 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
98 </I>&gt;<i>
99 </I>
100
101 </PRE>
102
103 <!--endarticle-->
104 <HR>
105 <P><UL>
106 <!--threads-->
107 <LI>Previous message: <A HREF="001794.html">[IRCServices] Suggestions
108 </A></li>
109 <LI>Next message: <A HREF="001798.html">[IRCServices] Suggestions
110 </A></li>
111 <LI> <B>Messages sorted by:</B>
112 <a href="date.html#1795">[ date ]</a>
113 <a href="thread.html#1795">[ thread ]</a>
114 <a href="subject.html#1795">[ subject ]</a>
115 <a href="author.html#1795">[ author ]</a>
116 </LI>
117 </UL>
118
119 </body></html>