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

	<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-07-11T04:26:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-07-11T04:26:29-04:00</updated>

		<published>2002-07-11T04:26:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8781#p8781</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8781#p8781"/>
		<title type="html"><![CDATA[kill a socket]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8781#p8781"><![CDATA[
a simple "close &lt;sock-id&gt;" is sufficient.<br><br>EG, your socket pointer is located in $sock<br><br>close $sock<br><br>Doing<br><br>unset sock<br><br>will only unset the variable sock, and lot close any connection.<br><br>It would be wise to use<br>catch {close $sock}<br>though<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Jul 11, 2002 4:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-10T23:32:51-04:00</updated>

		<published>2002-07-10T23:32:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8775#p8775</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8775#p8775"/>
		<title type="html"><![CDATA[kill a socket]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8775#p8775"><![CDATA[
i open a tcl-socket and i want to kill it. I have try <em class="text-italics">close $sock </em>but that just close the connection and i have try <em class="text-italics">unset sock </em>but it not worked. So my question is how do i kill the socket?!<p>Statistics: Posted by Guest — Wed Jul 10, 2002 11:32 pm</p><hr />
]]></content>
	</entry>
	</feed>
