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

	<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-01-29T03:14:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-01-29T03:14:18-04:00</updated>

		<published>2003-01-29T03:14:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15901#p15901</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15901#p15901"/>
		<title type="html"><![CDATA[Making a script connecting to a server and stays as a server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15901#p15901"><![CDATA[
I don't think he comes to this forum. Have you tried #eggdrop on undernet?<br><br>Anyway, that code you posted is fine. What do you mean when you say it doesn't "look" like it connects? Add putlog to the "services_control" function and the "check_connect" function and see. Also try increasing the timeout. Finally you may want to try ip address instead of hostname, since hostname lookup will block.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Jan 29, 2003 3:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-28T18:45:35-04:00</updated>

		<published>2003-01-28T18:45:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15894#p15894</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15894#p15894"/>
		<title type="html"><![CDATA[Making a script connecting to a server and stays as a server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15894#p15894"><![CDATA[
I'm busy on making a script based on TCL-Services2.0 of poptix for use with an IRCu2.10.11.02. Now I already got it working on Unreal before but I lost that copy. Now I'm doing it for IRCu with P10 and it looks like it doesn't connect; here's the connection-snippet:<br><br>proc gnet_connect { } {<br>  global serviceidx servicepass servicename serviceport serviceip serviceinfo<br>  set serviceidx [connect lembeke1.ath.cx 4400]<br>  putdcc $serviceidx "PASS :$servicepass"<br>  putdcc $serviceidx "SERVER $servicename 1 [unixtime] [unixtime] A4]]] J10 :$serviceinfo"<br>  control $serviceidx services_control<br>  utimer 30 check_connect<br>}<br><br>When I do ".tcl [connect lembeke1.ath.cx 4400]" on the partyline it gives a number as output. If poptix himself is (active) member of this forum, it would be nice if he helped me himself, because the connect-engine is based on his <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Tue Jan 28, 2003 6:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
