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

	<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>2002-08-04T14:45:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-04T14:45:10-04:00</updated>

		<published>2002-08-04T14:45:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9403#p9403</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9403#p9403"/>
		<title type="html"><![CDATA[Tcl error [test1]: wrong # args: need help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9403#p9403"><![CDATA[
Hi i made a script to send a post request ... and it did work ... but after some time i start to get Tcl error [test1]: wrong # args: should be "join nick uhand handle chan input"<br>here si code .. plese help me<div class="codebox"><p>Code: </p><pre><code>package require httpbind pub - !test test1proc test1 {nick uhand handle chan input} {    putlog "post requested"   set data test    set url "http://url"set query [http::formatQuery "body" $data] http::config -useragent "User-Agent: Mozilla/4.0 (compatible; Eggdrop 1.6)"  set token [http::geturl $url -query $query]upvar #0 $token statearray set meta $state(meta)putserv "PRIVMSG $chan :$meta(Location)"http::cleanup $token}</code></pre></div><p>Statistics: Posted by Guest — Sun Aug 04, 2002 2:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
