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

	<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>2010-10-04T20:59:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[MIODude]]></name></author>
		<updated>2010-10-04T20:59:10-04:00</updated>

		<published>2010-10-04T20:59:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94646#p94646</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94646#p94646"/>
		<title type="html"><![CDATA[ansa.tcl does not work properly]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94646#p94646"><![CDATA[
Sorry to resurrect an old thread - but I'm getting the exact same error.. but, i'm not using putdccraw! I'm using putnow<br><br>I tried his code below exactly as is, and I still get the same error.. I recently just updated the bot from 1.6.9 to 1.6.20.  Is there something else that would generate this error? <br><div class="codebox"><p>Code: </p><pre><code>proc ansa:send { str } {    set str "$str\n"    putnow $str -oneline }</code></pre></div><br><br>edit: AAAhh.. stupid me.. i had other scripts with the procedure called putnow that was calling the putdccraw command... ok.. fixed<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8276">MIODude</a> — Mon Oct 04, 2010 8:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[liloshell]]></name></author>
		<updated>2010-08-27T14:23:42-04:00</updated>

		<published>2010-08-27T14:23:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94145#p94145</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94145#p94145"/>
		<title type="html"><![CDATA[ansa.tcl does not work properly]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94145#p94145"><![CDATA[
dear friend, you gave me a good spot to correct the ansa.tcl<br><br><br>using this code :<br><div class="codebox"><p>Code: </p><pre><code>proc ansa:send { str } {set str "$str\n"putnow $str -oneline}</code></pre></div>instead of the older one the tcl is now working.<br><br>I am still testing if nothing is lost cutting the part of the code....<br><br>Thank's a lot. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11328">liloshell</a> — Fri Aug 27, 2010 2:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-08-25T10:01:05-04:00</updated>

		<published>2010-08-25T10:01:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94100#p94100</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94100#p94100"/>
		<title type="html"><![CDATA[ansa.tcl does not work properly]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94100#p94100"><![CDATA[
Try reading the doc/tcl-commands.doc file..<blockquote class="uncited"><div>| putnow &lt;text&gt; [-oneline]<br>|   Description: sends text to the server immediately, bypassing all queues.<br>|     Use with caution, as the bot may easily flood itself off the server.<br>|   Options:<br>|     -oneline: send text up to the first \r or \n, discarding the rest<br>|   Returns: nothing<br>|   Module: server</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Aug 25, 2010 10:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[liloshell]]></name></author>
		<updated>2010-08-25T07:58:07-04:00</updated>

		<published>2010-08-25T07:58:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94099#p94099</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94099#p94099"/>
		<title type="html"><![CDATA[ansa.tcl does not work properly]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94099#p94099"><![CDATA[
Hallo everybody,<br><br>Here I have a question regarding the recent deprecation of putdccraw and the sintyax of the new putdcc or putdccnow.<br><br>The script i was using contains :<div class="codebox"><p>Code: </p><pre><code>proc ansa:send { str } {set str "$str\n"putdccraw 0 [string length $str] $str}</code></pre></div>I do not know the exact sintyax for use putdcc or putdccnow instead of<br>putdccraw.<br><br>here an eggdrop dcc message: Tcl error [ansa:request]: putdccraw is deprecated. Please use putdcc/putnow instead.<br><br>Please let me know.<br><br>Thank you everybody. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11328">liloshell</a> — Wed Aug 25, 2010 7:58 am</p><hr />
]]></content>
	</entry>
	</feed>
