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

	<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>2006-06-09T14:54:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Garp]]></name></author>
		<updated>2006-06-09T14:54:59-04:00</updated>

		<published>2006-06-09T14:54:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63860#p63860</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63860#p63860"/>
		<title type="html"><![CDATA[start programs in background]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63860#p63860"><![CDATA[
Vielen Dank Thank you very good inspiration<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3849">Garp</a> — Fri Jun 09, 2006 2:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-06-08T21:33:19-04:00</updated>

		<published>2006-06-08T21:33:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63837#p63837</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63837#p63837"/>
		<title type="html"><![CDATA[start programs in background]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63837#p63837"><![CDATA[
the bot doesnt support executing to background. you would need to use a "loader" in order to achive real background running, but you probably only need to run a non-blocking child. Use instead:<div class="codebox"><p>Code: </p><pre><code>set reply [open "|whois.sh $ip" r]</code></pre></div>You will most likely want to read up more information about asynrounous file usage including callbacks via fileevent.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu Jun 08, 2006 9:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Garp]]></name></author>
		<updated>2006-06-08T17:47:20-04:00</updated>

		<published>2006-06-08T17:47:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63834#p63834</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63834#p63834"/>
		<title type="html"><![CDATA[start programs in background]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63834#p63834"><![CDATA[
I have the same question. I use <br><div class="codebox"><p>Code: </p><pre><code>set reply [exec whois.sh $ip]</code></pre></div>where whois.sh is a shell script that does a whois lookup and grep for country and ip range. Sometimes the bot doesn't get an answer and waits and waits. Is there a way to execute a shell script and kill the script after a time?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3849">Garp</a> — Thu Jun 08, 2006 5:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Koepi]]></name></author>
		<updated>2006-06-08T15:08:00-04:00</updated>

		<published>2006-06-08T15:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63830#p63830</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63830#p63830"/>
		<title type="html"><![CDATA[start programs in background]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63830#p63830"><![CDATA[
Hi,<br><br>with exec the bot can execute programs. in this time the bot don't react and get sometimes a timeout.<br>is it possible to execute a program in the background, so that the eggdrop further react?<br><br>sorry for my bad english <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>greets<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3754">Koepi</a> — Thu Jun 08, 2006 3:08 pm</p><hr />
]]></content>
	</entry>
	</feed>
