<?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/3824" />

	<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>2003-03-04T22:58:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-03-04T22:58:50-04:00</updated>

		<published>2003-03-04T22:58:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17430#p17430</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17430#p17430"/>
		<title type="html"><![CDATA[Slow output]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17430#p17430"><![CDATA[
If you only want to affect scripts, you can quite easily do:<br><div class="codebox"><p>Code: </p><pre><code>proc putserv {text args} {  append text "\r\n"  putdccraw 0 [string length $text] $text}proc puthelp {text args} {  putserv $text}proc putquick {text args} {  putserv $text}</code></pre></div>(not tested but should work)<br><br>Aside from that, you could edit the server module and disable queueing.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Tue Mar 04, 2003 10:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-03-04T15:54:45-04:00</updated>

		<published>2003-03-04T15:54:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17416#p17416</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17416#p17416"/>
		<title type="html"><![CDATA[Slow output]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17416#p17416"><![CDATA[
Thanks for the information -<br><br>I did find that command when searching through this forum (but failed to mention this  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> ), I just wondered if it were possible to do in the eggdrop.conf instead of having to modify all scripts.<br><br>I guess I'll have to write a search and replace perl script which shouldn't be too hard.<br><br>Thanks for the help and information though,<br><br><br>-pg<p>Statistics: Posted by Guest — Tue Mar 04, 2003 3:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-04T15:50:13-04:00</updated>

		<published>2003-03-04T15:50:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17414#p17414</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17414#p17414"/>
		<title type="html"><![CDATA[Slow output]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17414#p17414"><![CDATA[
puthelp, putquick and putserv all use the queuing system, and have delays assosiated with them.<br><br>There is a further command, that should not be used by default. This can be used for things like this, and for times when you need to force a mode very quickly.<br><br>"putdccraw" is the command name.<br><div class="codebox"><p>Code: </p><pre><code>set output "PRIVMSG ppslim :Test"putdccraw 0 $output [string length $output]</code></pre></div>It takes three params<br>1: The IDX of the connection. use 0 for the currently connected IRC server<br>2: The output destined for the connection<br>3: The length of the data being sent<br><br>Because embeded NULLS can be sent accross connections with this, it can't detect the length of the string itself, thus whatever script must pass the length.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Mar 04, 2003 3:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-03-04T13:40:44-04:00</updated>

		<published>2003-03-04T13:40:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17409#p17409</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17409#p17409"/>
		<title type="html"><![CDATA[Slow output]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17409#p17409"><![CDATA[
Hi,<br><br>I'm running an eggdrop with several scripts and games installed for a local group of friends. My problem is that the bot only seems to spit out one line a second. I realize this is flood-prevention from the bot, but as I'm running my own irc server this won't be a problem. After a little tweaking, and replacing putserv with putquick in a few scripts, I now got it to spit out four lines in one go, more than four in one go it'll spit out at one a second again. This leads me to believe it is possible to have all it's output spit out without flood-prevention or delays.<br><br>My question then is, is this possible to configure, does anyone know how to? Or is it not, and will I have to change some eggdrop source, and would anyone know which general direction in the source I'd need to look at?<br><br>Best regards,<br><br><br>a perl geek (just to get ppslim's blood flowing =)<p>Statistics: Posted by Guest — Tue Mar 04, 2003 1:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
