]> jfr.im git - irc.git/blobdiff - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/1999/static/gitweb.css
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 1999 / static / gitweb.css
diff --git a/software/RELEASES/ircservices/achurch.org/services/lists/ircservices/1999/000393.html b/software/RELEASES/ircservices/achurch.org/services/lists/ircservices/1999/000393.html
deleted file mode 100644 (file)
index 8cf03ac..0000000
+++ /dev/null
@@ -1,184 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
- <HEAD>
-   <TITLE> [IRCServices] chan is not working correctly
-   </TITLE>
-   <LINK REL="Index" HREF="index.html" >
-   <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20chan%20is%20not%20working%20correctly&In-Reply-To=">
-   <META NAME="robots" CONTENT="index,nofollow">
-   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
-   <LINK REL="Previous"  HREF="000392.html">
-   <LINK REL="Next"  HREF="000394.html">
- </HEAD>
- <BODY BGCOLOR="#ffffff">
-   <H1>[IRCServices] chan is not working correctly</H1>
-    <B>Matt Bradbury</B> 
-    <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20chan%20is%20not%20working%20correctly&In-Reply-To="
-       TITLE="[IRCServices] chan is not working correctly">rebeldev at crosswinds.net
-       </A><BR>
-    <I>Sun Dec 26 22:15:03 PST 1999</I>
-    <P><UL>
-        <LI>Previous message: <A HREF="000392.html">[IRCServices] chan is not working correctly
-</A></li>
-        <LI>Next message: <A HREF="000394.html">[IRCServices] chan is not working correctly
-</A></li>
-         <LI> <B>Messages sorted by:</B> 
-              <a href="date.html#393">[ date ]</a>
-              <a href="thread.html#393">[ thread ]</a>
-              <a href="subject.html#393">[ subject ]</a>
-              <a href="author.html#393">[ author ]</a>
-         </LI>
-       </UL>
-    <HR>  
-<!--beginarticle-->
-<PRE>send.c:/* Send a NOTICE from the given source to the given nick. */
-send.c:void notice(const char *source, const char *dest, const char *fmt,
-...)
-send.c:    snprintf(buf, sizeof(buf), &quot;NOTICE %s :%s&quot;, dest, fmt);
-send.c:/* Send a NULL-terminated array of text as NOTICEs. */
-send.c:void notice_list(const char *source, const char *dest, const char
-**text)
-send.c: /* Have to kludge around an ircII bug here: if a notice includes
-send.c:     notice(source, dest, *text);
-send.c:     notice(source, dest, &quot; &quot;);
-send.c:/* Send a message in the user's selected language to the user using
-NOTICE. */
-send.c:void notice_lang(const char *source, User *dest, int message, ...)
-send.c: send_cmd(source, &quot;NOTICE %s :%s&quot;, dest-&gt;nick, *t ? t : &quot; &quot;);
-send.c:/* Like notice_lang(), but replace %S by the source.  This is an ugly
-hack
-send.c:void notice_help(const char *source, User *dest, int message, ...)
-send.c: send_cmd(source, &quot;NOTICE %s :%s&quot;, dest-&gt;nick, *outbuf ? outbuf : &quot;
-&quot;);
-
-perhaps line numbers would help but as you can see if you change all the
-uppercase NOTICE to PRIVMSG you will effectively change your services from
-using a notice reply to a MSG reply on everything as long as you use the
-standard source, if I had more time I'd make a patch for you but I hope this
-works out for you, please let me know if it doesn't and I shall research it
-more.
-
-Matt Bradbury
-/server orbit.phix.com
-
------ Original Message -----
-From: &quot;Fuelie Admin&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Admin at fuelie.net</A>&gt;
-To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ender.shadowfire.org</A>&gt;
-Sent: Sunday, December 26, 1999 10:06 PM
-Subject: Re: [IRCServices] chan is not working correctly
-
-
-&gt;<i> As this is so WEBTV cant see notice which is faulting some irc networks
-</I>from
-&gt;<i> getting webtv clients on the servers..
-</I>&gt;<i> Id still like to set my services to reply in MSG rather then notice to see
-</I>&gt;<i> what the responce will be if anyone can help please let me know.
-</I>&gt;<i>
-</I>&gt;<i>
-</I>&gt;<i> Thank You,
-</I>&gt;<i>       Founder of <A HREF="http://www.Fuelie.Net">http://www.Fuelie.Net</A>
-</I>&gt;<i>  Fuelie.net Chat Network!
-</I>&gt;<i> ----- Original Message -----
-</I>&gt;<i> From: &quot;Harhalakis Stefanos&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">v13 at it.teithe.gr</A>&gt;
-</I>&gt;<i> To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ender.shadowfire.org</A>&gt;
-</I>&gt;<i> Sent: Sunday, December 26, 1999 5:39 PM
-</I>&gt;<i> Subject: Re: [IRCServices] chan is not working correctly
-</I>&gt;<i>
-</I>&gt;<i>
-</I>&gt;<i> &gt;
-</I>&gt;<i> &gt; From RFC1459:
-</I>&gt;<i> &gt;
-</I>&gt;<i> &gt;    The NOTICE message is used similarly to PRIVMSG.  The difference
-</I>&gt;<i> &gt;    between NOTICE and PRIVMSG is that automatic replies must never be
-</I>&gt;<i> &gt;    sent in response to a NOTICE message.  This rule applies to servers
-</I>&gt;<i> &gt;    too - they must not send any error reply back to the client on
-</I>&gt;<i> &gt;    receipt of a notice.  The object of this rule is to avoid loops
-</I>&gt;<i> &gt;    between a client automatically sending something in response to
-</I>&gt;<i> &gt;    something it received.  This is typically used by automatons (clients
-</I>&gt;<i> &gt;    with either an AI or other interactive program controlling their
-</I>&gt;<i> &gt;    actions) which are always seen to be replying lest they end up in a
-</I>&gt;<i> &gt;    loop with another automaton.
-</I>&gt;<i> &gt;
-</I>&gt;<i> &gt; I think that replacing PRIVMSGs with NOTICEs in services will create
-</I>&gt;<i> &gt; much more problems that it may solve.
-</I>&gt;<i> &gt;
-</I>&gt;<i> &gt; &lt;&lt;V13&gt;&gt;
-</I>&gt;<i> &gt;
-</I>&gt;<i> &gt; On Sun, 26 Dec 1999, Chris Knipe wrote:
-</I>&gt;<i> &gt;
-</I>&gt;<i> &gt; &gt; Hi...
-</I>&gt;<i> &gt; &gt;
-</I>&gt;<i> &gt; &gt; Not wanting to break your bubble or anything, but go look at the
-</I>source
-&gt;<i> code
-</I>&gt;<i> &gt; &gt; of the services, more precisely, for the s_notice and s_lang
-</I>&gt;<i> functions....
-</I>&gt;<i> &gt; &gt; (I think they are in some include file)
-</I>&gt;<i> &gt; &gt;
-</I>&gt;<i> &gt; &gt; Change the NOTICE: line to PRIVMSG: and just about 90% of the stuff
-</I>will
-&gt;<i> be
-</I>&gt;<i> &gt; &gt; in private messages... its one line of code to change!!!
-</I>&gt;<i> &gt; &gt;
-</I>&gt;<i> &gt; &gt; (and no, I don't have the time to do it for you)
-</I>&gt;<i> &gt; &gt;
-</I>&gt;<i> &gt; &gt; Regards
-</I>&gt;<i> &gt; &gt; Chris
-</I>&gt;<i> &gt; &gt;
-</I>&gt;<i> &gt; &gt; ----- Original Message -----
-</I>&gt;<i> &gt; &gt; From: &quot;Fuelie Admin&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Admin at fuelie.net</A>&gt;
-</I>&gt;<i> &gt; &gt; To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ender.shadowfire.org</A>&gt;
-</I>&gt;<i> &gt; &gt; Sent: 25 December 1999 08:51
-</I>&gt;<i> &gt; &gt; Subject: Re: [IRCServices] chan is not working correctly
-</I>&gt;<i> &gt; &gt;
-</I>&gt;<i> &gt; &gt;
-</I>&gt;<i> &gt; &gt; &gt; Im willing to pay for a scripted services like Unreal2.1.1  ircs
-</I>&gt;<i> ervies
-</I>&gt;<i> &gt; &gt; that
-</I>&gt;<i> &gt; &gt; &gt; replies in MSG instead of notice  bt default
-</I>&gt;<i> &gt; &gt; &gt; if anyone can quote me a price and do this task let meknow
-</I>&gt;<i> &gt; &gt; &gt;
-</I>&gt;<i> &gt; &gt; &gt;
-</I>&gt;<i> &gt; &gt; &gt;
-</I>&gt;<i> &gt; &gt; &gt; Thank You,
-</I>&gt;<i> &gt; &gt; &gt;       Founder of &lt;A  HREF=&quot;<A HREF="http://www.Fuelie.Net&quot;">http://www.Fuelie.Net&quot;</A>&gt;<A HREF="http://www.Fuelie.Net&lt;/A">http://www.Fuelie.Net&lt;/A</A>&gt;
-</I>&gt;<i> &gt; &gt; &gt;  Fuelie.net Chat Network!
-</I>&gt;<i> &gt; &gt;
-</I>&gt;<i> &gt; &gt;
-</I>&gt;<i> &gt; &gt; ---------------------------------------------------------------
-</I>&gt;<i> &gt; &gt; To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
-</I>&gt;<i> &gt; &gt; with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
-</I>&gt;<i> &gt; &gt;
-</I>&gt;<i> &gt;
-</I>&gt;<i> &gt; ---------------------------------------------------------------
-</I>&gt;<i> &gt; To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
-</I>&gt;<i> &gt; with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
-</I>&gt;<i>
-</I>&gt;<i> ---------------------------------------------------------------
-</I>&gt;<i> To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
-</I>&gt;<i> with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
-</I>&gt;<i>
-</I>
----------------------------------------------------------------
-To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
-with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
-
-</PRE>
-
-<!--endarticle-->
-    <HR>
-    <P><UL>
-        <!--threads-->
-       <LI>Previous message: <A HREF="000392.html">[IRCServices] chan is not working correctly
-</A></li>
-       <LI>Next message: <A HREF="000394.html">[IRCServices] chan is not working correctly
-</A></li>
-         <LI> <B>Messages sorted by:</B> 
-              <a href="date.html#393">[ date ]</a>
-              <a href="thread.html#393">[ thread ]</a>
-              <a href="subject.html#393">[ subject ]</a>
-              <a href="author.html#393">[ author ]</a>
-         </LI>
-       </UL>
-
-</body></html>