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

	<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>2005-05-02T18:29:14-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-05-02T13:26:53-04:00</updated>

		<published>2005-05-02T13:26:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48897#p48897</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48897#p48897"/>
		<title type="html"><![CDATA[soulseek up?fetching a piece of text in html]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48897#p48897"><![CDATA[
Anyone ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Mon May 02, 2005 1:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-05-01T14:59:00-04:00</updated>

		<published>2005-05-01T14:59:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48829#p48829</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48829#p48829"/>
		<title type="html"><![CDATA[soulseek up?fetching a piece of text in html]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48829#p48829"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># Set the chans you want to enable it in to +news # .chanset #channel +news # set this to the URL of the news file set newsfile "http://someurl.com/file.txt" # want the answer to come out in notice (0) or privmsg (1)? set tellwho 0 setudef flag news if ![info exists egghttp(version)] {   putlog "egghttp.tcl was NOT successfully loaded."   return } bind pub - !news getlist proc getlist {nick uhost hand chan text} {  if ![channel get $chan news] return  set sock [egghttp:geturl $::newsfile [list processlist $nick]] } proc processlist {nick sock} {  set data [egghttp:headers $sock]  egghttp:cleanup $sock  set parse 0  foreach line [split $data \n] {   if $parse&amp;&amp;![string match ####* $line] {    if $::tellwho {     putserv "NOTICE $nick :$line"    } {     putserv "PRIVMSG $nick :$line"    }   }   if [string match -no Content-Type:* $line] {set parse 1}  } } </code></pre></div><br>IS there a way to adapt this...<br>To read this: <a href="http://www.remmelt.com/slskboard/status.php" class="postlink">http://www.remmelt.com/slskboard/status.php</a><br>?<br><br>I only want it to put out the:<br><br>"probing server... success.<br><br>the server is up and running!"<br><br>part....<br><br>How do I do this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Sun May 01, 2005 2:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thunderdome]]></name></author>
		<updated>2005-05-02T18:29:14-04:00</updated>

		<published>2005-04-28T17:07:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48674#p48674</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48674#p48674"/>
		<title type="html"><![CDATA[soulseek up?fetching a piece of text in html]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48674#p48674"><![CDATA[
is there a way do to a script that detects if Soulseek server is up or down and what version is the most recent?<br>I have searched for it but I can't find it...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6079">Thunderdome</a> — Thu Apr 28, 2005 5:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
