]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001886.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 001886.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Services Akill ID
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Services%20Akill%20ID&In-Reply-To=001c01c0e098%243ed6f6e0%2434838dac%40f3m9e1">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001884.html">
11 <LINK REL="Next" HREF="001885.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Services Akill ID</H1>
15 <B>Yusuf Iskenderoglu</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Services%20Akill%20ID&In-Reply-To=001c01c0e098%243ed6f6e0%2434838dac%40f3m9e1"
17 TITLE="[IRCServices] Services Akill ID">uhc0 at rz.uni-karlsruhe.de
18 </A><BR>
19 <I>Fri May 18 23:13:02 PDT 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001884.html">[IRCServices] Services Akill ID
22 </A></li>
23 <LI>Next message: <A HREF="001885.html">[IRCServices] Problems with chanserv.c and Db-support
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1886">[ date ]</a>
27 <a href="thread.html#1886">[ thread ]</a>
28 <a href="subject.html#1886">[ subject ]</a>
29 <a href="author.html#1886">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Hello;
35
36 I still THINK that this is an IRCD issue, that YOU can solve WITHOUT
37 creating a
38 ID system, the way I described a few weeks ago:
39
40 If you use bahamut, and have little coding abilities, you may do that
41 personally. In the file s_user.c is a function called register_user
42 During this function, the new connection is checked via existing
43 autokills or klines. If one of them match the person, some text is sent
44 to this, saying, You are banned from this network, etc...
45
46 One of those lines is the following:
47
48 sendto_one(sptr, &quot;:%s NOTICE %s :*** %s for %s&quot;,
49 me.name, sptr-&gt;name, ktype, reason);
50
51 If you want the user to see, which autokill host is being matched
52 against them, you modify best this line to the following:
53
54 sendto_one(sptr, &quot;:%s NOTICE %s :*** %s for %s (Mask %s@%s is matching
55 against you)&quot;,
56 me.name, sptr-&gt;name, ktype, reason,
57 (aconf-&gt;name ? aconf-&gt;name : &quot;*&quot;),
58 (aconf-&gt;host ? aconf-&gt;host : &quot;*&quot;));
59
60
61 If you do consider this change, the person who is autokilled, will
62 receive at akill time
63 a notice saying:
64
65 *** Autokilled for Abuse. (Mask *@*.domain.com is matching against you)
66
67 They may then email the text *@*.domain.com to you, and you can remove
68 that akill easily.
69
70 Regards;
71 yusuf
72
73 ----------------------------------------------------------------------
74 |<i> Yusuf Iskenderoglu | You get to meet all sorts, |
75 </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... |
76 </I>|<i> eMail - <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">s_iskend at ira.uka.de</A> | |
77 </I>|<i> ICQ UIN : 20587464 \ TimeMr14C | |
78 </I>----------------------------------------------------------------------
79
80
81 -----Original Message-----
82 From: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-admin at ircservices.za.net</A>
83 [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-admin at ircservices.za.net</A>] On Behalf Of Kevc978
84 Sent: Samstag, 19. Mai 2001 21:17
85 To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>
86 Subject: [IRCServices] Services Akill ID
87
88
89 Hi,
90
91 I was wondering if anyone could send me code to paste into ircservices,
92 to add an Akill ID, my opers are obvioulsy lazy and dont take the time
93 to add [Akill ID -] at the end of the akill, due to having to ban fast,
94 this would be great as a Services Issue, and Yusuf, NO, it is not a
95 client OR ircd issue. Mostly just a random number would be GREAT, with
96 maybe Akill ID- text beside it.
97
98 This ends up with me being e-mailed with 20 e-mails a day asking to be
99 unbanned.. i dont have the persons host , there could be 6 similar ones,
100 so we use Akill ID's to give people unique akills, which helps a lot.
101
102
103 Kevc978
104 NetWork Founder
105 Irc.DarkServ.Net
106
107
108 </PRE>
109
110 <!--endarticle-->
111 <HR>
112 <P><UL>
113 <!--threads-->
114 <LI>Previous message: <A HREF="001884.html">[IRCServices] Services Akill ID
115 </A></li>
116 <LI>Next message: <A HREF="001885.html">[IRCServices] Problems with chanserv.c and Db-support
117 </A></li>
118 <LI> <B>Messages sorted by:</B>
119 <a href="date.html#1886">[ date ]</a>
120 <a href="thread.html#1886">[ thread ]</a>
121 <a href="subject.html#1886">[ subject ]</a>
122 <a href="author.html#1886">[ author ]</a>
123 </LI>
124 </UL>
125
126 </body></html>