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

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

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

		<entry>
		<author><name><![CDATA[Rusher2K]]></name></author>
		<updated>2003-07-29T15:48:18-04:00</updated>

		<published>2003-07-29T15:48:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24176#p24176</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24176#p24176"/>
		<title type="html"><![CDATA[Script help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24176#p24176"><![CDATA[
But in this script the bot make this only when the othe rbot has already quit !!! I muste be after start in an interval of 30 mins and when the bot quits !<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3034">Rusher2K</a> — Tue Jul 29, 2003 3:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[soul]]></name></author>
		<updated>2003-07-29T06:40:54-04:00</updated>

		<published>2003-07-29T06:40:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24157#p24157</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24157#p24157"/>
		<title type="html"><![CDATA[Script help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24157#p24157"><![CDATA[
<blockquote class="uncited"><div>package require http<br>bind sign - "#sound \[--Sendeplan--\]!*@*.*" quit<br>set url "<a href="http://www.scooter-ibb.de/sound" class="postlink">http://www.scooter-ibb.de/sound</a>" <br><br>proc quit {nick uhost hand chan reason} { <br>global url <br>putlog "SendePlan Restarted !!!" <br><strong class="text-strong">timer 30 catch</strong><br>catch {set t [::http::geturl <a href="http://www.scooter-ibb.de/sound/" class="postlink">http://www.scooter-ibb.de/sound/</a> -timeout 3000]} err; if {$err=="couldn't open socket: host is unreachable" || [string match {Unsupported URL: *} $err match]} {return "error1"}; if {$err=="couldn't open socket: connection refused"|| [::http::status $t]=="timeout"} {return "error2"}; ::http::cleanup $t <br><br>}</div></blockquote>i<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3075">soul</a> — Tue Jul 29, 2003 6:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rusher2K]]></name></author>
		<updated>2003-07-27T06:15:32-04:00</updated>

		<published>2003-07-27T06:15:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24012#p24012</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24012#p24012"/>
		<title type="html"><![CDATA[Script help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24012#p24012"><![CDATA[
hello, can you help me ? i wat that this script catch the site after start of eggdrop every 30 mins and if the [--Sendeplan--] quits ! who can help me ?<br><div class="codebox"><p>Code: </p><pre><code>package require httpbind sign - "#sound \[--Sendeplan--\]!*@*.*" quitset url "http://www.scooter-ibb.de/sound"proc quit {nick uhost hand chan reson} {global urlputlog "SendePlan Restarted !!!"catch {set t [::http::geturl http://www.scooter-ibb.de/sound/ -timeout 3000]} err; if {$err=="couldn't open socket: host is unreachable" || [string match {Unsupported URL: *} $err match]} {return "error1"}; if {$err=="couldn't open socket: connection refused"|| [::http::status $t]=="timeout"} {return "error2"}; ::http::cleanup $t}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3034">Rusher2K</a> — Sun Jul 27, 2003 6:15 am</p><hr />
]]></content>
	</entry>
	</feed>
