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

	<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>2004-07-09T16:38:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[multikon]]></name></author>
		<updated>2004-07-09T16:38:21-04:00</updated>

		<published>2004-07-09T16:38:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38393#p38393</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38393#p38393"/>
		<title type="html"><![CDATA[need help for read out]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38393#p38393"><![CDATA[
Hi<br><br>Thx for reply ...<br><br>Tcl have now no error, but the script have no effect ?!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5092">multikon</a> — Fri Jul 09, 2004 4:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-07-09T16:16:40-04:00</updated>

		<published>2004-07-09T16:16:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38392#p38392</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38392#p38392"/>
		<title type="html"><![CDATA[need help for read out]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38392#p38392"><![CDATA[
Change this:<div class="codebox"><p>Code: </p><pre><code>proc show_latest { hand idx text } {</code></pre></div>To this:<div class="codebox"><p>Code: </p><pre><code>proc show_latest {nick uhost hand chan text} {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Jul 09, 2004 4:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[multikon]]></name></author>
		<updated>2004-07-09T13:11:04-04:00</updated>

		<published>2004-07-09T13:11:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38386#p38386</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38386#p38386"/>
		<title type="html"><![CDATA[need help for read out]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38386#p38386"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set url "http://my-page.net/latest.shtml"if {![info exists egghttp(version)]} {  putlog "egghttp.tcl wurde nicht einwandfrei geladen"  putlog "egghttp_latest.tcl wurde nicht geladen"} else {  proc your_callbackproc {sock} {    global url    set headers [egghttp:headers $sock]    set body [egghttp:data $sock]      regsub -all "\n" $body "" body    regsub -all -nocase {&lt;br&gt;} $body "&lt;br&gt;\n" body    regexp {&lt;b&gt;(.*)&lt;/b&gt;} $body    putlog "'$url'$served"  }  bind pub f|f !testlatest show_latest  proc show_latest { hand idx text } {    global url     set sock [egghttp:geturl $url your_callbackproc]    return 1  }    putlog "egghttp_latest.tcl loaded."}</code></pre></div>Don`t work ...<br><br>The errormessage is:<br><strong class="text-strong">Tcl error [show_latest]: wrong # args: should be "show_latest hand idx text"</strong><br><br>Please help me, to fix  them  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"> [/b][/code]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5092">multikon</a> — Fri Jul 09, 2004 1:11 pm</p><hr />
]]></content>
	</entry>
	</feed>
