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

	<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-09-21T12:51:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-21T12:51:52-04:00</updated>

		<published>2003-09-21T12:51:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27393#p27393</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27393#p27393"/>
		<title type="html"><![CDATA[error checking anyone?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27393#p27393"><![CDATA[
proc ftpcheck {nick host hand chan} { <br>      set ftpprog ftp<br>set server 192.168.0.5<br>      set user testbot<br>      set pass onlinecheck<br>      set pipe [open "|$ftpprog -n $server" w]<br>      puts $pipe "user $user $pass"<br>puts $pipe "quit"<br>      close $pipe<br>      putserv "privmsg #bottesting : check complete"<br>}<br><br>the above script works, except when the ftp reports "FTP Close: Connection Refused etc"<br><br>I have no way of detecting it.. can someone please help me out here and give me some error checking.. im a little lost <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by Guest — Sun Sep 21, 2003 12:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
