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

	<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-07-25T19:10:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-07-25T19:10:10-04:00</updated>

		<published>2006-07-25T19:10:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64867#p64867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64867#p64867"/>
		<title type="html"><![CDATA[problem with regexp ( )]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64867#p64867"><![CDATA[
This appears to be in relation to file sharing which is against forum policy and no assistance will be given.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Jul 25, 2006 7:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-07-25T15:34:14-04:00</updated>

		<published>2006-07-25T15:34:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64859#p64859</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64859#p64859"/>
		<title type="html"><![CDATA[problem with regexp ( )]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64859#p64859"><![CDATA[
Init the vars before the regexp, with like set pnum "";set get "";set size ""<br>and so on. The regexp is apparently not grabbing the data to set pnum. I would hazard a guess it's tripping up on the () in the string that you're trying to grab, so perhaps replacing $text with [split $text] to the regexp would help.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Tue Jul 25, 2006 3:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[UKN]]></name></author>
		<updated>2006-07-25T11:07:19-04:00</updated>

		<published>2006-07-25T11:07:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64849#p64849</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64849#p64849"/>
		<title type="html"><![CDATA[problem with regexp ( )]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64849#p64849"><![CDATA[
hey i have found regexp today its very cool  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool">  but im stuck at 1 thing..<br><div class="codebox"><p>Code: </p><pre><code>regexp -all {([^a-z]\d{1,3})\s{1,2}(\d+x)\s(\W.\d+\w\W)\s(\w.+)(3cd|4cd|2cd|cd|vinyl|SBD|fm|promo|cdr)(.*)(.tar)} $text - pnum get size name type scene extentsion</code></pre></div>The bot gives a error when trying to regexp this:<blockquote class="uncited"><div>#1  7x [ 86M] The_Speed_Freak-Banging_Trash-(AA01)-Vinyl-2006-DEF.tar<br>[16:59] Tcl error [pubm:test]: can't read "pnum": no such variable</div></blockquote>But when i try to add this one everything is right:<blockquote class="uncited"><div>#1  7x [ 86M] DJ_Chokai-Live_At_Terror_FM_Live-SBD-15-07-2006-1REAL.tar</div></blockquote>soo.. the problem has to be the (AA01) <br><br>but i don't know how to fix it  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> <br><br>can someone help me with this? Thanks!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8012">UKN</a> — Tue Jul 25, 2006 11:07 am</p><hr />
]]></content>
	</entry>
	</feed>
