]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/1999/000395.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 1999 / 000395.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] chan is not working correctly
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20chan%20is%20not%20working%20correctly&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000394.html">
11 <LINK REL="Next" HREF="000396.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] chan is not working correctly</H1>
15 <B>Fuelie Admin</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20chan%20is%20not%20working%20correctly&In-Reply-To="
17 TITLE="[IRCServices] chan is not working correctly">Admin at fuelie.net
18 </A><BR>
19 <I>Mon Dec 27 02:18:26 PST 1999</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000394.html">[IRCServices] chan is not working correctly
22 </A></li>
23 <LI>Next message: <A HREF="000396.html">[IRCServices] US FTP Mirror Needed
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#395">[ date ]</a>
27 <a href="thread.html#395">[ thread ]</a>
28 <a href="subject.html#395">[ subject ]</a>
29 <a href="author.html#395">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>thanx DUDE thats all i needed nomore requestsa for this will come from me!
35 :<i>)
36 </I>
37
38 Thank You,
39 Founder of <A HREF="http://www.Fuelie.Net">http://www.Fuelie.Net</A>
40 Fuelie.net Chat Network!
41 ----- Original Message -----
42 From: &quot;Matt Bradbury&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">rebeldev at crosswinds.net</A>&gt;
43 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ender.shadowfire.org</A>&gt;
44 Sent: Monday, December 27, 1999 12:15 AM
45 Subject: Re: [IRCServices] chan is not working correctly
46
47
48 &gt;<i> send.c:/* Send a NOTICE from the given source to the given nick. */
49 </I>&gt;<i> send.c:void notice(const char *source, const char *dest, const char *fmt,
50 </I>&gt;<i> ...)
51 </I>&gt;<i> send.c: snprintf(buf, sizeof(buf), &quot;NOTICE %s :%s&quot;, dest, fmt);
52 </I>&gt;<i> send.c:/* Send a NULL-terminated array of text as NOTICEs. */
53 </I>&gt;<i> send.c:void notice_list(const char *source, const char *dest, const char
54 </I>&gt;<i> **text)
55 </I>&gt;<i> send.c: /* Have to kludge around an ircII bug here: if a notice includes
56 </I>&gt;<i> send.c: notice(source, dest, *text);
57 </I>&gt;<i> send.c: notice(source, dest, &quot; &quot;);
58 </I>&gt;<i> send.c:/* Send a message in the user's selected language to the user using
59 </I>&gt;<i> NOTICE. */
60 </I>&gt;<i> send.c:void notice_lang(const char *source, User *dest, int message, ...)
61 </I>&gt;<i> send.c: send_cmd(source, &quot;NOTICE %s :%s&quot;, dest-&gt;nick, *t ? t : &quot; &quot;);
62 </I>&gt;<i> send.c:/* Like notice_lang(), but replace %S by the source. This is an
63 </I>ugly
64 &gt;<i> hack
65 </I>&gt;<i> send.c:void notice_help(const char *source, User *dest, int message, ...)
66 </I>&gt;<i> send.c: send_cmd(source, &quot;NOTICE %s :%s&quot;, dest-&gt;nick, *outbuf ? outbuf : &quot;
67 </I>&gt;<i> &quot;);
68 </I>&gt;<i>
69 </I>&gt;<i> perhaps line numbers would help but as you can see if you change all the
70 </I>&gt;<i> uppercase NOTICE to PRIVMSG you will effectively change your services from
71 </I>&gt;<i> using a notice reply to a MSG reply on everything as long as you use the
72 </I>&gt;<i> standard source, if I had more time I'd make a patch for you but I hope
73 </I>this
74 &gt;<i> works out for you, please let me know if it doesn't and I shall research
75 </I>it
76 &gt;<i> more.
77 </I>&gt;<i>
78 </I>&gt;<i> Matt Bradbury
79 </I>&gt;<i> /server orbit.phix.com
80 </I>&gt;<i>
81 </I>&gt;<i> ----- Original Message -----
82 </I>&gt;<i> From: &quot;Fuelie Admin&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Admin at fuelie.net</A>&gt;
83 </I>&gt;<i> To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ender.shadowfire.org</A>&gt;
84 </I>&gt;<i> Sent: Sunday, December 26, 1999 10:06 PM
85 </I>&gt;<i> Subject: Re: [IRCServices] chan is not working correctly
86 </I>&gt;<i>
87 </I>&gt;<i>
88 </I>&gt;<i> &gt; As this is so WEBTV cant see notice which is faulting some irc networks
89 </I>&gt;<i> from
90 </I>&gt;<i> &gt; getting webtv clients on the servers..
91 </I>&gt;<i> &gt; Id still like to set my services to reply in MSG rather then notice to
92 </I>see
93 &gt;<i> &gt; what the responce will be if anyone can help please let me know.
94 </I>&gt;<i> &gt;
95 </I>&gt;<i> &gt;
96 </I>&gt;<i> &gt; Thank You,
97 </I>&gt;<i> &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;
98 </I>&gt;<i> &gt; Fuelie.net Chat Network!
99 </I>&gt;<i> &gt; ----- Original Message -----
100 </I>&gt;<i> &gt; From: &quot;Harhalakis Stefanos&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">v13 at it.teithe.gr</A>&gt;
101 </I>&gt;<i> &gt; To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ender.shadowfire.org</A>&gt;
102 </I>&gt;<i> &gt; Sent: Sunday, December 26, 1999 5:39 PM
103 </I>&gt;<i> &gt; Subject: Re: [IRCServices] chan is not working correctly
104 </I>&gt;<i> &gt;
105 </I>&gt;<i> &gt;
106 </I>&gt;<i> &gt; &gt;
107 </I>&gt;<i> &gt; &gt; From RFC1459:
108 </I>&gt;<i> &gt; &gt;
109 </I>&gt;<i> &gt; &gt; The NOTICE message is used similarly to PRIVMSG. The difference
110 </I>&gt;<i> &gt; &gt; between NOTICE and PRIVMSG is that automatic replies must never be
111 </I>&gt;<i> &gt; &gt; sent in response to a NOTICE message. This rule applies to servers
112 </I>&gt;<i> &gt; &gt; too - they must not send any error reply back to the client on
113 </I>&gt;<i> &gt; &gt; receipt of a notice. The object of this rule is to avoid loops
114 </I>&gt;<i> &gt; &gt; between a client automatically sending something in response to
115 </I>&gt;<i> &gt; &gt; something it received. This is typically used by automatons
116 </I>(clients
117 &gt;<i> &gt; &gt; with either an AI or other interactive program controlling their
118 </I>&gt;<i> &gt; &gt; actions) which are always seen to be replying lest they end up in a
119 </I>&gt;<i> &gt; &gt; loop with another automaton.
120 </I>&gt;<i> &gt; &gt;
121 </I>&gt;<i> &gt; &gt; I think that replacing PRIVMSGs with NOTICEs in services will create
122 </I>&gt;<i> &gt; &gt; much more problems that it may solve.
123 </I>&gt;<i> &gt; &gt;
124 </I>&gt;<i> &gt; &gt; &lt;&lt;V13&gt;&gt;
125 </I>&gt;<i> &gt; &gt;
126 </I>&gt;<i> &gt; &gt; On Sun, 26 Dec 1999, Chris Knipe wrote:
127 </I>&gt;<i> &gt; &gt;
128 </I>&gt;<i> &gt; &gt; &gt; Hi...
129 </I>&gt;<i> &gt; &gt; &gt;
130 </I>&gt;<i> &gt; &gt; &gt; Not wanting to break your bubble or anything, but go look at the
131 </I>&gt;<i> source
132 </I>&gt;<i> &gt; code
133 </I>&gt;<i> &gt; &gt; &gt; of the services, more precisely, for the s_notice and s_lang
134 </I>&gt;<i> &gt; functions....
135 </I>&gt;<i> &gt; &gt; &gt; (I think they are in some include file)
136 </I>&gt;<i> &gt; &gt; &gt;
137 </I>&gt;<i> &gt; &gt; &gt; Change the NOTICE: line to PRIVMSG: and just about 90% of the stuff
138 </I>&gt;<i> will
139 </I>&gt;<i> &gt; be
140 </I>&gt;<i> &gt; &gt; &gt; in private messages... its one line of code to change!!!
141 </I>&gt;<i> &gt; &gt; &gt;
142 </I>&gt;<i> &gt; &gt; &gt; (and no, I don't have the time to do it for you)
143 </I>&gt;<i> &gt; &gt; &gt;
144 </I>&gt;<i> &gt; &gt; &gt; Regards
145 </I>&gt;<i> &gt; &gt; &gt; Chris
146 </I>&gt;<i> &gt; &gt; &gt;
147 </I>&gt;<i> &gt; &gt; &gt; ----- Original Message -----
148 </I>&gt;<i> &gt; &gt; &gt; From: &quot;Fuelie Admin&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Admin at fuelie.net</A>&gt;
149 </I>&gt;<i> &gt; &gt; &gt; To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ender.shadowfire.org</A>&gt;
150 </I>&gt;<i> &gt; &gt; &gt; Sent: 25 December 1999 08:51
151 </I>&gt;<i> &gt; &gt; &gt; Subject: Re: [IRCServices] chan is not working correctly
152 </I>&gt;<i> &gt; &gt; &gt;
153 </I>&gt;<i> &gt; &gt; &gt;
154 </I>&gt;<i> &gt; &gt; &gt; &gt; Im willing to pay for a scripted services like Unreal2.1.1 ircs
155 </I>&gt;<i> &gt; ervies
156 </I>&gt;<i> &gt; &gt; &gt; that
157 </I>&gt;<i> &gt; &gt; &gt; &gt; replies in MSG instead of notice bt default
158 </I>&gt;<i> &gt; &gt; &gt; &gt; if anyone can quote me a price and do this task let meknow
159 </I>&gt;<i> &gt; &gt; &gt; &gt;
160 </I>&gt;<i> &gt; &gt; &gt; &gt;
161 </I>&gt;<i> &gt; &gt; &gt; &gt;
162 </I>&gt;<i> &gt; &gt; &gt; &gt; Thank You,
163 </I>&gt;<i> &gt; &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;
164 </I>&gt;<i> &gt; &gt; &gt; &gt; Fuelie.net Chat Network!
165 </I>&gt;<i> &gt; &gt; &gt;
166 </I>&gt;<i> &gt; &gt; &gt;
167 </I>&gt;<i> &gt; &gt; &gt; ---------------------------------------------------------------
168 </I>&gt;<i> &gt; &gt; &gt; To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
169 </I>&gt;<i> &gt; &gt; &gt; with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
170 </I>&gt;<i> &gt; &gt; &gt;
171 </I>&gt;<i> &gt; &gt;
172 </I>&gt;<i> &gt; &gt; ---------------------------------------------------------------
173 </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>
174 </I>&gt;<i> &gt; &gt; with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
175 </I>&gt;<i> &gt;
176 </I>&gt;<i> &gt; ---------------------------------------------------------------
177 </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>
178 </I>&gt;<i> &gt; with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
179 </I>&gt;<i> &gt;
180 </I>&gt;<i>
181 </I>&gt;<i> ---------------------------------------------------------------
182 </I>&gt;<i> To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
183 </I>&gt;<i> with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
184 </I>
185 ---------------------------------------------------------------
186 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
187 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
188
189 </PRE>
190
191 <!--endarticle-->
192 <HR>
193 <P><UL>
194 <!--threads-->
195 <LI>Previous message: <A HREF="000394.html">[IRCServices] chan is not working correctly
196 </A></li>
197 <LI>Next message: <A HREF="000396.html">[IRCServices] US FTP Mirror Needed
198 </A></li>
199 <LI> <B>Messages sorted by:</B>
200 <a href="date.html#395">[ date ]</a>
201 <a href="thread.html#395">[ thread ]</a>
202 <a href="subject.html#395">[ subject ]</a>
203 <a href="author.html#395">[ author ]</a>
204 </LI>
205 </UL>
206
207 </body></html>