]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/1999/000049.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 1999 / 000049.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] ### Need help ###
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20%23%23%23%20Need%20help%20%23%23%23&In-Reply-To=Pine.LNX.4.00.9909150805100.22183-100000%40jozeph.globalmedia.com.br">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000048.html">
11 <LINK REL="Next" HREF="000050.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] ### Need help ###</H1>
15 <B>David Narayan</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20%23%23%23%20Need%20help%20%23%23%23&In-Reply-To=Pine.LNX.4.00.9909150805100.22183-100000%40jozeph.globalmedia.com.br"
17 TITLE="[IRCServices] ### Need help ###">jestercm at chatfamily.com
18 </A><BR>
19 <I>Wed Sep 15 08:24:27 PDT 1999</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000048.html">[IRCServices] ### Need help ###
22 </A></li>
23 <LI>Next message: <A HREF="000050.html">[IRCServices] ### Need help ###
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#49">[ date ]</a>
27 <a href="thread.html#49">[ thread ]</a>
28 <a href="subject.html#49">[ subject ]</a>
29 <a href="author.html#49">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>You can use something like this in m_register (chanserv.c)
35
36 /* ChanServ joins newly registered channel */
37 send_cmd(s_ChanServ, &quot;JOIN %s&quot;, chan)
38
39 /* ChanServ ops itself */
40 send_cmd(s_ChanServ, &quot;MODE %s +o %s&quot;, chan, s_ChanServ) // ChanServ ops
41 itself
42
43 Don't forget to add something similar so that ChanServ parts when they
44 drop the channel. You may also want to include protection so ChanServ
45 doesnt get flooded out or kicked or what not. In the Undernet ircd
46 X and W are set umode +d (deaf).
47
48 In your IRCD you can change this part of m_join in channel.c
49
50 if (sptr-&gt;user-&gt;joined &gt;= MAXCHANNELSPERUSER
51 {
52 sendto_one(sptr,err_str(ERR_TOOMANYCHANNELS), me.name, parv[0], name);
53 return 0
54 }
55
56 /* Change to this */
57
58 if (sptr-&gt;user-&gt;joined &gt;= MAXCHANNELSPERUSER &amp;&amp; !IsAnOper(sptr))
59 {
60 sendto_one(sptr,err_str(ERR_TOOMANYCHANNELS), me.name, parv[0], name);
61 return 0
62 }
63
64 /* This allows opers to be in more then the MAXCHANNELS and since ChanServ
65 is an oper by default it will apply to it as well */
66
67 Hope this helps.
68
69 -----
70 David Narayan
71 Server Administrator
72 <A HREF="http://www.chatfamily.com">http://www.chatfamily.com</A>
73
74 On Wed, 15 Sep 1999, Jozenobio de Melo Brasil wrote:
75
76 &gt;<i> Ok,
77 </I>&gt;<i>
78 </I>&gt;<i> But a can especify: IsServices (you can join on many channels)...
79 </I>&gt;<i> Can you give me a on_join patch? :)
80 </I>&gt;<i>
81 </I>&gt;<i> Thanks
82 </I>&gt;<i> Jozeph
83 </I>&gt;<i>
84 </I>&gt;<i> --
85 </I>&gt;<i> --------------------------------------------------------------------
86 </I>&gt;<i> \|/ --- \|/ | Jozen&#243;bio de Melo Brasil.
87 </I>&gt;<i> @~/ Oo \~@ | <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jozeph at globalmedia.com.br</A>
88 </I>&gt;<i> /_( \__/ )_\ | &lt;A HREF=&quot;<A HREF="http://www.globalmedia.com.br/jozeph&quot;">http://www.globalmedia.com.br/jozeph&quot;</A>&gt;<A HREF="http://www.globalmedia.com.br/jozeph&lt;/A">http://www.globalmedia.com.br/jozeph&lt;/A</A>&gt;
89 </I>&gt;<i> \__U_/ | &quot; Onde a maioria vive com a bondade,
90 </I>&gt;<i> | a maldade da minoria tende sempre a desaparecer! &quot;
91 </I>&gt;<i> --------------------------------------------------------------------
92 </I>&gt;<i> The box said &quot;Windows 95, Windows NT 4.0, or better&quot;, so I installed
93 </I>&gt;<i> Linux.
94 </I>&gt;<i>
95 </I>&gt;<i> On Wed, 15 Sep 1999, Pinto, Joao Luis (J.) wrote:
96 </I>&gt;<i>
97 </I>&gt;<i> &gt; You can put hat on function on_join, however you have to make sure your
98 </I>&gt;<i> &gt; icrcd allows a user to join so much channels, because mostr ircd limits
99 </I>&gt;<i> &gt; users to join 10 or 20 channels at once.
100 </I>&gt;<i> &gt;
101 </I>&gt;<i> &gt; Regards, Jo&#227;o Pinto
102 </I>&gt;<i> &gt; &gt; App. Dev. &amp; Integration Group - Information Systems Dept.
103 </I>&gt;<i> &gt; &gt; Visteon Portugal (Palmela) - An Enterprise of Ford Motor Company
104 </I>&gt;<i> &gt; &gt;
105 </I>&gt;<i> &gt; * E-Mail: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jpinto9 at visteon.com</A>
106 </I>&gt;<i> &gt; * Phone: 01-2339323
107 </I>&gt;<i> &gt; * Outside Portugal: 351-1-2339323
108 </I>&gt;<i> &gt; * FordNet: 8-233-9323
109 </I>&gt;<i> &gt;
110 </I>&gt;<i> &gt;
111 </I>&gt;<i> &gt;
112 </I>&gt;<i> &gt; -----Original Message-----
113 </I>&gt;<i> &gt; From: Jozenobio de Melo Brasil [&lt;A HREF=&quot;mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jozeph at globalmedia.com.br</A>&quot;&gt;mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jozeph at globalmedia.com.br</A>&lt;/A&gt;]
114 </I>&gt;<i> &gt; Sent: quarta-feira, 15 de setembro de 1999 3:10
115 </I>&gt;<i> &gt; To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ender.shadowfire.org</A>
116 </I>&gt;<i> &gt; Subject: [IRCServices] ### Need help ###
117 </I>&gt;<i> &gt;
118 </I>&gt;<i> &gt;
119 </I>&gt;<i> &gt; I would like to make with that the ChanServ enters in all the registered
120 </I>&gt;<i> &gt; channels of the network... similar process to the X/W of the Undernet
121 </I>&gt;<i> &gt;
122 </I>&gt;<i> &gt; Anyone can help me?
123 </I>&gt;<i> &gt;
124 </I>&gt;<i> &gt; --
125 </I>&gt;<i> &gt; --------------------------------------------------------------------
126 </I>&gt;<i> &gt; \|/ --- \|/ | Jozen&#243;bio de Melo Brasil.
127 </I>&gt;<i> &gt; @~/ Oo \~@ | <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jozeph at globalmedia.com.br</A>
128 </I>&gt;<i> &gt; /_( \__/ )_\ | &lt;A HREF=&quot;<A HREF="http://www.globalmedia.com.br/jozeph&quot;">http://www.globalmedia.com.br/jozeph&quot;</A>&gt;<A HREF="http://www.globalmedia.com.br/jozeph&lt;/A">http://www.globalmedia.com.br/jozeph&lt;/A</A>&gt;
129 </I>&gt;<i> &gt; \__U_/ | &quot; Onde a maioria vive com a bondade,
130 </I>&gt;<i> &gt; | a maldade da minoria tende sempre a desaparecer! &quot;
131 </I>&gt;<i> &gt; --------------------------------------------------------------------
132 </I>&gt;<i> &gt; The box said &quot;Windows 95, Windows NT 4.0, or better&quot;, so I installed
133 </I>&gt;<i> &gt; Linux.
134 </I>&gt;<i> &gt;
135 </I>&gt;<i> &gt; On Tue, 14 Sep 1999, CAC wrote:
136 </I>&gt;<i> &gt;
137 </I>&gt;<i> &gt; &gt; *****************************************************
138 </I>&gt;<i> &gt; &gt; TREINAMENTO METROLOGIC DO BRASIL - AUTOMA&#199;&#195;O COMERCIAL
139 </I>&gt;<i> &gt; &gt; *****************************************************
140 </I>&gt;<i> &gt; &gt;
141 </I>&gt;<i> &gt; &gt; Conhe&#231;a mais sobre os produtos da Metrologic do Brasil para automa&#231;&#227;o
142 </I>&gt;<i> &gt; &gt; comercial.
143 </I>&gt;<i> &gt; &gt; Teremos tamb&#233;m a participa&#231;&#227;o do Sr. Kiyochi Matsuda da Verifone.
144 </I>&gt;<i> &gt; &gt;
145 </I>&gt;<i> &gt; &gt; Palestrantes: Isac Berman - Diretor da Metrologic do Brasil
146 </I>&gt;<i> &gt; &gt; Tharis Nishida - Metrologic : Gerente Regi&#227;o
147 </I>&gt;<i> &gt; Nordeste
148 </I>&gt;<i> &gt; &gt;
149 </I>&gt;<i> &gt; &gt; Jorge Makoto Shintani - Gerente Comercial do Mini
150 </I>&gt;<i> &gt; &gt; Caixa Verifone
151 </I>&gt;<i> &gt; &gt;
152 </I>&gt;<i> &gt; &gt; PROGRAMA:
153 </I>&gt;<i> &gt; &gt;
154 </I>&gt;<i> &gt; &gt; 14h00 - 14h15 Credenciamento.
155 </I>&gt;<i> &gt; &gt;
156 </I>&gt;<i> &gt; &gt; 14h15 - 15h00 Informa&#231;&#245;es sobre a Metrologic do Brasil.
157 </I>&gt;<i> &gt; &gt;
158 </I>&gt;<i> &gt; &gt; 15h00 - 16h00 Informa&#231;&#245;es sobre a concorr&#234;ncia e mercado, vantagens em
159 </I>&gt;<i> &gt; &gt; trabalhar com a Metrologic do Brasil
160 </I>&gt;<i> &gt; &gt;
161 </I>&gt;<i> &gt; &gt; 16h00 - 16h20 Coffee-break
162 </I>&gt;<i> &gt; &gt;
163 </I>&gt;<i> &gt; &gt; 16h20 - 17h00 Mini Caixa Verifone - A solu&#231;&#227;o definitiva em TEF
164 </I>&gt;<i> &gt; &gt; (Transfer&#234;ncia Eletr&#244;nica de Fundos) vantagens em utilizar, politica de
165 </I>&gt;<i> &gt; &gt; pre&#231;os e op&#231;&#245;es de financiamento.
166 </I>&gt;<i> &gt; &gt;
167 </I>&gt;<i> &gt; &gt; 17h00 - 17h30 Apresenta&#231;&#227;o do SIC - Sistema Integrado Comercial. A Solu&#231;&#227;o
168 </I>&gt;<i> &gt; &gt; em frente de caixa e retaguarda com mais de 3.500 c&#243;pias comercializadas
169 </I>&gt;<i> &gt; em
170 </I>&gt;<i> &gt; &gt; todo o Brasil. Homologado pela Yanco e outros fabricantes de ECF.
171 </I>&gt;<i> &gt; &gt;
172 </I>&gt;<i> &gt; &gt; Inscri&#231;&#245;es abertas AT&#201; 14/09 &#192;S 18:00h - VAGAS LIMITADAS
173 </I>&gt;<i> &gt; &gt;
174 </I>&gt;<i> &gt; &gt; Inscreva-se j&#225;! PELO E-MAIL: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">volnei at netmark.com.br</A> ou pelo telefone (81)
175 </I>&gt;<i> &gt; &gt; 339-2277
176 </I>&gt;<i> &gt; &gt;
177 </I>&gt;<i> &gt; &gt; N&#195;O PERCA A OPORTUNIDADE DE CONHECER AS NOVIDADES NO MERCADO DE AUTOMA&#199;&#195;O
178 </I>&gt;<i> &gt; &gt; !!
179 </I>&gt;<i> &gt; &gt;
180 </I>&gt;<i> &gt; &gt; Local: Audit&#243;rio interno Netmark
181 </I>&gt;<i> &gt; &gt; End. Av. Mascarenhas de Moraes, 4008A - Imbiribeira - Recife/PE
182 </I>&gt;<i> &gt; &gt; Data: 15 de Setembro (Quarta-feira)
183 </I>&gt;<i> &gt; &gt; Hor&#225;rio: 14h00 &#224;s 17h30
184 </I>&gt;<i> &gt; &gt; VAGAS LIMITADAS - (confirme sua presen&#231;a, por e-mail ou fax abaixo)
185 </I>&gt;<i> &gt; &gt;
186 </I>&gt;<i> &gt; &gt; ________________________________________
187 </I>&gt;<i> &gt; &gt; Volnei Rosa e Silva - Coord. Automa&#231;&#227;o Comercial
188 </I>&gt;<i> &gt; &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">volnei at netmark.com.br</A> / site: www.netmark.com.br
189 </I>&gt;<i> &gt; &gt; Netmark Distribuidora de Inform&#225;tica Ltda.
190 </I>&gt;<i> &gt; &gt; Telefax: 55 (0xx) 81 339-2277
191 </I>&gt;<i> &gt; &gt;
192 </I>&gt;<i> &gt;
193 </I>&gt;<i> &gt;
194 </I>&gt;<i> &gt; ---------------------------------------------------------------
195 </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>
196 </I>&gt;<i> &gt; with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
197 </I>&gt;<i> &gt; ---------------------------------------------------------------
198 </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>
199 </I>&gt;<i> &gt; with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
200 </I>&gt;<i> &gt;
201 </I>&gt;<i>
202 </I>&gt;<i> ---------------------------------------------------------------
203 </I>&gt;<i> To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
204 </I>&gt;<i> with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
205 </I>&gt;<i>
206 </I>
207 ---------------------------------------------------------------
208 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
209 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
210
211 </PRE>
212
213 <!--endarticle-->
214 <HR>
215 <P><UL>
216 <!--threads-->
217 <LI>Previous message: <A HREF="000048.html">[IRCServices] ### Need help ###
218 </A></li>
219 <LI>Next message: <A HREF="000050.html">[IRCServices] ### Need help ###
220 </A></li>
221 <LI> <B>Messages sorted by:</B>
222 <a href="date.html#49">[ date ]</a>
223 <a href="thread.html#49">[ thread ]</a>
224 <a href="subject.html#49">[ subject ]</a>
225 <a href="author.html#49">[ author ]</a>
226 </LI>
227 </UL>
228
229 </body></html>