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

	<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>2014-04-05T17:59:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2014-04-05T17:59:01-04:00</updated>

		<published>2014-04-05T17:59:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102725#p102725</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102725#p102725"/>
		<title type="html"><![CDATA[putdccraw is deprecated. Please use putdcc/putnow instead.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102725#p102725"><![CDATA[
I'd suggest removing all that code alltogether...<br>Those queue-commands do exist for a reason. If you really want to spew out text unthrottled, you should use the putnow command in the first place...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Apr 05, 2014 5:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2014-04-04T21:28:45-04:00</updated>

		<published>2014-04-04T21:28:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102722#p102722</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102722#p102722"/>
		<title type="html"><![CDATA[putdccraw is deprecated. Please use putdcc/putnow instead.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102722#p102722"><![CDATA[
Just try that code without the putnow proc...<div class="codebox"><p>Code: </p><pre><code>proc putnow {a {options "0"}} { append a "\n" putdccraw 0 [string length $a] $a } </code></pre></div>and run the code looking more like this...<div class="codebox"><p>Code: </p><pre><code>rename putserv "" rename putquick "" rename puthelp "" proc putserv {text {options "0"}} {   putnow $text } proc putquick {text {options "0"}} {   putnow $text } proc puthelp {text {options "0"}} {   putnow $text }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Fri Apr 04, 2014 9:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[COBRa]]></name></author>
		<updated>2014-04-04T16:25:14-04:00</updated>

		<published>2014-04-04T16:25:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102721#p102721</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102721#p102721"/>
		<title type="html"><![CDATA[putdccraw is deprecated. Please use putdcc/putnow instead.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102721#p102721"><![CDATA[
hi im getting tht error in my tcl i think its this proc thts causing it any help would be appreciated<br><div class="codebox"><p>Code: </p><pre><code>proc putnow {a {options "0"}} {append a "\n"putdccraw 0 [string length $a] $a}rename putserv ""rename putquick ""rename puthelp ""proc putserv {text {options "0"}} {  putnow $text}proc putquick {text {options "0"}} {  putnow $text}proc puthelp {text {options "0"}} {  putnow $text}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12170">COBRa</a> — Fri Apr 04, 2014 4:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
