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

	<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-05-30T15:39:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-30T15:39:00-04:00</updated>

		<published>2002-05-30T15:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7451#p7451</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7451#p7451"/>
		<title type="html"><![CDATA[check if socket is connected..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7451#p7451"><![CDATA[
anything like this?<br><br>if {[catch {set sock [socket soundic-radio.big.du.se 7778]}] != 0} { <br><br><br>&lt;font size=-1&gt;[ This Message was edited by: loze on 2002-05-30 13:42 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Thu May 30, 2002 3:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-05-30T11:49:00-04:00</updated>

		<published>2002-05-30T11:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7435#p7435</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7435#p7435"/>
		<title type="html"><![CDATA[check if socket is connected..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7435#p7435"><![CDATA[
If the script throws a wobbler like that, then it failed to connect, else it worked.<br><br>Use the catch command to let the error occur, but let the script continue.<br><br>The catch command will return 1 if the command worked fine, on error it will return 0.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu May 30, 2002 11:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-30T10:35:00-04:00</updated>

		<published>2002-05-30T10:35:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7432#p7432</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7432#p7432"/>
		<title type="html"><![CDATA[check if socket is connected..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7432#p7432"><![CDATA[
how do i check if $sock is connected. <br><br>set sock [socket soundic-radio.big.du.se 7778]<br><br>errors:<br>[14:43] couldn't open socket: connection refused<br>[14:43] TCL error in script for 'timer470':<br><p>Statistics: Posted by Guest — Thu May 30, 2002 10:35 am</p><hr />
]]></content>
	</entry>
	</feed>
