<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/10776" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2005-11-09T05:51:25-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/10776</id>

		<entry>
		<author><name><![CDATA[ryal]]></name></author>
		<updated>2005-11-09T05:51:25-04:00</updated>

		<published>2005-11-09T05:51:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57219#p57219</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57219#p57219"/>
		<title type="html"><![CDATA[Pb with several lines to display]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57219#p57219"><![CDATA[
Mine obviously don't.<br>Im still using using "puthelp" dont worry about that.<br>But heres what ive done: instead of having a process that contains a big "for" loop with a line to display within, i made a process that displays one line and then calls himself (till all the lines to display are done). This way it works just the way i wanted it to. Maybe some of you will laugh when they see the code cause it may not be that pretty haha.<br>Code is now ready so ill up it in the tcl archives section, hope you'll enjoy it, i know i do. Oh i forgot, what is it about? well basically the script consists in parsing a tv site to get information about shows. Since tvtome is gone and tv.com just sucks (sorry), i guess this tcl could seduce some of you. An example:<br>[10:56:28] &lt;ryal&gt; !epinfo csi new york<br>[10:56:31] &lt;MOVINFO&gt; (Show: CSI: New York)-(Next: 2x07-Manhattan Manhunt - airs the 2005-11-09)-(Previous: 2x06-YoungBlood - aired the 2005-11-02)<br>[10:57:14] &lt;MOVINFO&gt; For more info: <a href="http://episodeworld.com/modules.php?name=Show&amp;op=show&amp;csid=553" class="postlink">http://episodeworld.com/modules.php?nam ... w&amp;csid=553</a><br><br>Thats it, thanks for your support about my (silly :p) questions guys!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6222">ryal</a> — Wed Nov 09, 2005 5:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-11-09T01:19:11-04:00</updated>

		<published>2005-11-09T01:19:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57199#p57199</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57199#p57199"/>
		<title type="html"><![CDATA[Pb with several lines to display]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57199#p57199"><![CDATA[
your imagination deceives you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>you got it all wrong, it's the other way around - your bot will probably `ping out' if you don't use eggdrop's queueing facilities and dump stuff directly to server socket synchronously (using blocking I/O)<br><br>some servers allow sending PRIVMSG to multiple targets, check out yours<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Nov 09, 2005 1:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-11-08T13:42:17-04:00</updated>

		<published>2005-11-08T13:42:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57188#p57188</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57188#p57188"/>
		<title type="html"><![CDATA[Pb with several lines to display]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57188#p57188"><![CDATA[
If you don't want the bot to flood out, <strong class="text-strong">[puthelp]</strong> is what you need. Sending all the messages simultaneously will cause your bot to flood out, so I suggest you keep it the way it is now.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Nov 08, 2005 1:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ryal]]></name></author>
		<updated>2005-11-08T11:17:16-04:00</updated>

		<published>2005-11-08T11:17:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57185#p57185</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57185#p57185"/>
		<title type="html"><![CDATA[Pb with several lines to display]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57185#p57185"><![CDATA[
Thanks for your reply!<br>I did as you said and replaced my "putserv" with a "puthelp" and it works just fine. I have an other pr tho: when 2 people (or more) trigger the bot at the same time the bot sends the lines to the first one and then to the second. Is there any way to send them the lines simultaneously? so that the second one dont have to wait for a while before receiving.<br>Thanks in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6222">ryal</a> — Tue Nov 08, 2005 11:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-11-07T07:34:29-04:00</updated>

		<published>2005-11-07T07:34:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57156#p57156</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57156#p57156"/>
		<title type="html"><![CDATA[Pb with several lines to display]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57156#p57156"><![CDATA[
Speeding up the output will only cause your bot to flood out faster, you're searching for the worst. You have to do the opposite, use a slower queue. The slowest and most recommended for sending text is <strong class="text-strong">[puthelp]</strong>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Nov 07, 2005 7:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ryal]]></name></author>
		<updated>2005-11-07T05:03:18-04:00</updated>

		<published>2005-11-07T05:03:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57152#p57152</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57152#p57152"/>
		<title type="html"><![CDATA[Pb with several lines to display]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57152#p57152"><![CDATA[
Here's my pb:<br>i made a script that is supposed to display (in pm) about 10 lines of text in average. But its very slow and if several people are using the command that triggers it, the bot put it all in queue. And i can imagine that if theres to many people to trigger it the bot will end up pinging out.<br>So is there a way to:<br>1/ display the messages faster ? (maybe an option i havent seen in .conf ...)<br>2/ display the messages at the same time for different people ? so that there is basically no queue<br>Thanks in advance guys.<br>As soon as i get rid of this issue, ill post my tcl and i hpe lots of people will find it usefull<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6222">ryal</a> — Mon Nov 07, 2005 5:03 am</p><hr />
]]></content>
	</entry>
	</feed>
