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

	<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-02T07:20:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-02T07:20:48-04:00</updated>

		<published>2003-03-02T07:20:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17293#p17293</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17293#p17293"/>
		<title type="html"><![CDATA[FTP::Open]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17293#p17293"><![CDATA[
We would have to see more of the script, but my guess is a list/string coversion issue.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Mar 02, 2003 7:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-02-28T20:25:32-04:00</updated>

		<published>2003-02-28T20:25:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17223#p17223</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17223#p17223"/>
		<title type="html"><![CDATA[FTP::Open]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17223#p17223"><![CDATA[
When I issue:<br><br> ftp::Quote $conn $testes<br><br>$testes is surrounded by braces when issued on the ftp, but its not when I putserv testes into the channel.<br><br>Any ideas?<br><br>*edit* only when there is more then one word (e.g. if $testes = TEST, test would be issued with no races, if $testes = TEST TEST issue would be {TEST TEST}<p>Statistics: Posted by Guest — Fri Feb 28, 2003 8:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-02-28T20:15:16-04:00</updated>

		<published>2003-02-28T20:15:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17222#p17222</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17222#p17222"/>
		<title type="html"><![CDATA[FTP::Open]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17222#p17222"><![CDATA[
nevermind got it!<p>Statistics: Posted by Guest — Fri Feb 28, 2003 8:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-02-28T19:40:39-04:00</updated>

		<published>2003-02-28T19:40:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17220#p17220</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17220#p17220"/>
		<title type="html"><![CDATA[FTP::Open]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17220#p17220"><![CDATA[
Got it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> thanks!<br><br><br>One last question.. how can I issue a rawcommand with this TCLLIB ftp library?<p>Statistics: Posted by Guest — Fri Feb 28, 2003 7:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-28T06:17:59-04:00</updated>

		<published>2003-02-28T06:17:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17200#p17200</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17200#p17200"/>
		<title type="html"><![CDATA[FTP::Open]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17200#p17200"><![CDATA[
Check for other error message when loading the bot, and or when you rehash.<br><br>It still sounds like TclLIB is not loaded.<br><br>Is this your own script, or a pre-made one by somebody?<br><br>If it's your own, you need to load the library.<br><br>Tcl has a package system, that is dynamic in nature, the same way as eggdrop modules.<br><br>Just like in eggdrop, you can compile all the modules, but you don't need to load them. In eggdrop you place a confil line, to cause the load procedure.<br><br>In Tcl you need a "package require" line, to import the library (be it a dynamic lib, or a Tcl script).<br><br>The TclLIB man page, shown the line required to load the FTP client portion.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Feb 28, 2003 6:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-02-28T01:06:53-04:00</updated>

		<published>2003-02-28T01:06:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17188#p17188</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17188#p17188"/>
		<title type="html"><![CDATA[FTP::Open]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17188#p17188"><![CDATA[
I just installed the TCLLIB... still says invalid command though.. Any help would be appreciated.<p>Statistics: Posted by Guest — Fri Feb 28, 2003 1:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-02-28T00:35:20-04:00</updated>

		<published>2003-02-28T00:35:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17187#p17187</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17187#p17187"/>
		<title type="html"><![CDATA[FTP::Open]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17187#p17187"><![CDATA[
I'm using Redhat linux btw.<p>Statistics: Posted by Guest — Fri Feb 28, 2003 12:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-02-28T00:27:10-04:00</updated>

		<published>2003-02-28T00:27:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17186#p17186</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17186#p17186"/>
		<title type="html"><![CDATA[FTP::Open]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17186#p17186"><![CDATA[
if {[set ftpsock [ftp::open $server $user $passwd]] == -1} {<br>puts "Connection refused!"<br>exit 1<br>}<br><br><br>I get  [23:24] Tcl error [pub_testftp]: invalid command name "ftp::open"<br><br><br>How should I fix?<p>Statistics: Posted by Guest — Fri Feb 28, 2003 12:27 am</p><hr />
]]></content>
	</entry>
	</feed>
