]> jfr.im git - irc.git/blobdiff - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/static/gitweb.css
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / static / gitweb.css
diff --git a/software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001795.html b/software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001795.html
deleted file mode 100644 (file)
index c3cae4a..0000000
+++ /dev/null
@@ -1,119 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
- <HEAD>
-   <TITLE> AW: [IRCServices] Suggestions
-   </TITLE>
-   <LINK REL="Index" HREF="index.html" >
-   <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=AW%3A%20%5BIRCServices%5D%20Suggestions&In-Reply-To=001c01c0c910%2450353d60%2498897ad5%40u0y0i7">
-   <META NAME="robots" CONTENT="index,nofollow">
-   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
-   <LINK REL="Previous"  HREF="001794.html">
-   <LINK REL="Next"  HREF="001798.html">
- </HEAD>
- <BODY BGCOLOR="#ffffff">
-   <H1>AW: [IRCServices] Suggestions</H1>
-    <B>Yusuf Iskenderoglu</B> 
-    <A HREF="mailto:ircservices%40ircservices.za.net?Subject=AW%3A%20%5BIRCServices%5D%20Suggestions&In-Reply-To=001c01c0c910%2450353d60%2498897ad5%40u0y0i7"
-       TITLE="AW: [IRCServices] Suggestions">uhc0 at rz.uni-karlsruhe.de
-       </A><BR>
-    <I>Thu Apr 19 23:18:00 PDT 2001</I>
-    <P><UL>
-        <LI>Previous message: <A HREF="001794.html">[IRCServices] Suggestions
-</A></li>
-        <LI>Next message: <A HREF="001798.html">[IRCServices] Suggestions
-</A></li>
-         <LI> <B>Messages sorted by:</B> 
-              <a href="date.html#1795">[ date ]</a>
-              <a href="thread.html#1795">[ thread ]</a>
-              <a href="subject.html#1795">[ subject ]</a>
-              <a href="author.html#1795">[ author ]</a>
-         </LI>
-       </UL>
-    <HR>  
-<!--beginarticle-->
-<PRE>Hello;
-
-That is in my opinion an ircd issue:
-
-If you use bahamut, and have little coding abilities, you may do that
-personally. In the file s_user.c is a function called register_user
-During this function, the new connection is checked via existing
-autokills or klines. If one of them match the person, some text is sent
-to this, saying, You are banned from this network, etc...
-
-One of those lines is the following:
-
-sendto_one(sptr, &quot;:%s NOTICE %s :*** %s for %s&quot;, 
-                       me.name, sptr-&gt;name, ktype, reason);
-
-If you want the user to see, which autokill host is being matched
-against them, you modify best this line to the following:
-
-sendto_one(sptr, &quot;:%s NOTICE %s :*** %s for %s (Mask %s@%s is matching against you)&quot;,
-                       me.name, sptr-&gt;name, ktype, reason, 
-                       (aconf-&gt;name ? aconf-&gt;name : &quot;*&quot;), 
-                       (aconf-&gt;host ? aconf-&gt;host : &quot;*&quot;));
-
-Maybe you may think of writing to the coders of your ircd an email
-stating this problematic.
-
-Regards;
-yusuf
-
-----------------------------------------------------------------------
-|<i> Yusuf Iskenderoglu                | You get to meet all sorts,     |
-</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...        |
-</I>|<i> eMail - <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">s_iskend at ira.uka.de</A>       |                                |
-</I>|<i> ICQ UIN : 20587464 \ TimeMr14C    |                                |
-</I>----------------------------------------------------------------------
-
-
-&gt;<i> -----Ursprungliche Nachricht-----
-</I>&gt;<i> Von: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-admin at ircservices.za.net</A>
-</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
-</I>&gt;<i> Gesendet: Donnerstag, 19. April 2001 22:36
-</I>&gt;<i> An: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>
-</I>&gt;<i> Betreff: [IRCServices] Suggestions
-</I>&gt;<i>
-</I>&gt;<i>
-</I>&gt;<i> Ok,
-</I>&gt;<i>
-</I>&gt;<i> Maybe The Akill Reason Was a bad idea, as it could be included in Aliases,
-</I>&gt;<i> but i get sooo many e-mails, users askign to be unbanned, and honestly, i
-</I>&gt;<i> cant find which ban theyre talking about, so, Maybe an Akill-ID would be a
-</I>&gt;<i> good idea, just assigning a Random Number Between 1000-9999 And
-</I>&gt;<i> so on, This
-</I>&gt;<i> would help insuring that the correct bans are removed, and the
-</I>&gt;<i> right person
-</I>&gt;<i> is allowed back on if they apologise to the admin, or whaterver your own
-</I>&gt;<i> policy is for unbanning.
-</I>&gt;<i>
-</I>&gt;<i> Thanks
-</I>&gt;<i> Kevc978
-</I>&gt;<i>
-</I>&gt;<i> -----------------------------------------------------------
-</I>&gt;<i> To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
-</I>&gt;<i> with the word UNSUBSCRIBE in the subject of the mail.
-</I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
-</I>&gt;<i> 
-</I>
-
-</PRE>
-
-<!--endarticle-->
-    <HR>
-    <P><UL>
-        <!--threads-->
-       <LI>Previous message: <A HREF="001794.html">[IRCServices] Suggestions
-</A></li>
-       <LI>Next message: <A HREF="001798.html">[IRCServices] Suggestions
-</A></li>
-         <LI> <B>Messages sorted by:</B> 
-              <a href="date.html#1795">[ date ]</a>
-              <a href="thread.html#1795">[ thread ]</a>
-              <a href="subject.html#1795">[ subject ]</a>
-              <a href="author.html#1795">[ author ]</a>
-         </LI>
-       </UL>
-
-</body></html>