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

	<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-10-27T09:02:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-10-27T09:02:18-04:00</updated>

		<published>2006-10-27T09:02:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67449#p67449</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67449#p67449"/>
		<title type="html"><![CDATA[Need &quot;sockets&quot; help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67449#p67449"><![CDATA[
You got 1 (one) opened '{' and 3 (three) closed '}' while you should have just 1 (one) pair of them. Fix that first, and then browse tough the forum and find some of the topics related to this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Oct 27, 2006 9:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-10-26T21:14:46-04:00</updated>

		<published>2006-10-26T21:14:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67442#p67442</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67442#p67442"/>
		<title type="html"><![CDATA[Need &quot;sockets&quot; help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67442#p67442"><![CDATA[
Well, one mistake I see is you want to use ::http::cleanup on the page, not the content, so it should say <br><br>  ::http::cleanup $token<br><br>But I don't think cleanup would clobber the $content variable, but maybe it does..<br><br>As far as your regexp, I don't think "-" will work as a variablename, so change it to something else, like<br><br>regexp {&lt;br&gt;(.*?)&lt;/br&gt;} $content match rsnews <br><br>"match" is the entire string that matched, and $rsnews is the part that was within ()  (but you seem to know that already =)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Thu Oct 26, 2006 9:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-10-26T15:20:36-04:00</updated>

		<published>2006-10-26T15:20:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67431#p67431</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67431#p67431"/>
		<title type="html"><![CDATA[Need &quot;sockets&quot; help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67431#p67431"><![CDATA[
You tell us.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Thu Oct 26, 2006 3:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Red_Rooste5]]></name></author>
		<updated>2006-10-26T14:12:35-04:00</updated>

		<published>2006-10-26T14:12:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67427#p67427</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67427#p67427"/>
		<title type="html"><![CDATA[Need &quot;sockets&quot; help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67427#p67427"><![CDATA[
i'm having some problems with this script:<div class="codebox"><p>Code: </p><pre><code>bind pub - @rsnews rsnew:procproc rsnew:rsnews {nick uhost hand chan text} { set site "http://www.slushpuppy.silverinterlocution.org/parsers/rsnews.php"  set token [::http::geturl $site]  set content [::http::data $token]  ::http::cleanup $content}regexp {&lt;br&gt;(.*?)&lt;/br&gt;} $content - rsnewsputserv "PRIVMSG $chan :[RSNEWS] $rsnews"}}</code></pre></div>What's wrong with it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8308">Red_Rooste5</a> — Thu Oct 26, 2006 2:12 pm</p><hr />
]]></content>
	</entry>
	</feed>
