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

	<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-10-07T15:03:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-07T15:03:29-04:00</updated>

		<published>2002-10-07T15:03:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11789#p11789</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11789#p11789"/>
		<title type="html"><![CDATA[grr]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11789#p11789"><![CDATA[
i need the port to be opened because it should recive information from a website.. and i want it to work without the restarts.. do yout know whats wrong?<br><br>Script:<br>set sock [socket -server runsock 3306]<br><br>proc runsock {sock address clientport} {<br>   fconfigure $sock -blocking 0<br>   fconfigure $sock -buffering none<br>   fileevent $sock readable [list infohandler $sock]<br>}<br>proc infohandler {sock} {<br>        global onairdj<br>        if {[eof $sock]} {<br>                putlog "Connection $sock closed"<br>                close $sock<br>        }<br>        set info [read $sock]<br>        foreach line [split $info "\n"] {<br><br>....... etc<br><br>the script works but after a while the bot crash..<p>Statistics: Posted by Guest — Mon Oct 07, 2002 3:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-10-07T13:44:17-04:00</updated>

		<published>2002-10-07T13:44:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11786#p11786</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11786#p11786"/>
		<title type="html"><![CDATA[why crashes my bot?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11786#p11786"><![CDATA[
Why does having a port open crash your bot?<br><br>If you *know* that is the reason, why don't you close the port?<br><br>No, you don't need to restart the bot every hour... plenty of people run eggdrops for a lot longer than that :)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Oct 07, 2002 1:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-07T12:18:45-04:00</updated>

		<published>2002-10-07T12:18:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11785#p11785</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11785#p11785"/>
		<title type="html"><![CDATA[why crashes my bot?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11785#p11785"><![CDATA[
i know it is because i have a port open.. how can i change that? do i need to restart the bot every hour as i do now or can i fix it??<p>Statistics: Posted by Guest — Mon Oct 07, 2002 12:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
