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

	<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>2007-06-26T00:53:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-06-26T00:53:39-04:00</updated>

		<published>2007-06-26T00:53:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73903#p73903</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73903#p73903"/>
		<title type="html"><![CDATA[TVRage Lookup by dlx v1.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73903#p73903"><![CDATA[
For an alternative: <a href="http://forum.egghelp.org/viewtopic.php?t=11208" class="postlink">TVRage.com Schedule Script (Latest: 1.0 RC2)</a><br><br>The above script is supported. <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=3646">Alchera</a> — Tue Jun 26, 2007 12:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[WazzaUK]]></name></author>
		<updated>2007-06-25T22:45:05-04:00</updated>

		<published>2007-06-25T22:45:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73899#p73899</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73899#p73899"/>
		<title type="html"><![CDATA[dlx tvrage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73899#p73899"><![CDATA[
i never claimed this script was my own............ i just got it working nicely  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code>TV -&gt; Lost (Returning Series) airs Wednesday, 10:00 pm on ABC (USA) | Genre: (Action | Adventure | Drama | Mystery) | Last Episode: 03x23: Through The Looking Glass (2) (May/23/2007) | Next episode: unavailable | URL: http://www.tvrage.com/Lost</code></pre></div><span style="color:red">Edit: Use</span> <div class="codebox"><p>Code: </p><pre><code></code></pre></div> in future please. (Alchera)[/color]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7928">WazzaUK</a> — Mon Jun 25, 2007 10:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gordon]]></name></author>
		<updated>2007-06-25T20:46:11-04:00</updated>

		<published>2007-06-25T20:46:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73896#p73896</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73896#p73896"/>
		<title type="html"><![CDATA[TVRage Lookup by dlx v1.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73896#p73896"><![CDATA[
im getting following error with this script<blockquote class="uncited"><div> Tcl error [dlx:tvrage]: couldn't compile regular expression pattern: invalid escape \ sequence</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8876">Gordon</a> — Mon Jun 25, 2007 8:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[WazzaUK]]></name></author>
		<updated>2007-05-17T06:20:17-04:00</updated>

		<published>2007-05-17T06:20:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72801#p72801</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72801#p72801"/>
		<title type="html"><![CDATA[tvrage dlx script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72801#p72801"><![CDATA[
this seems to work ok.........<br><br>not very effecient or tidy - sort later<br><div class="codebox"><p>Code: </p><pre><code>######################### tvrage LOOKUP SCRIPT ## v1.1                 ## Fixed some regexps   #########################bind pub - !tv dlx:tvrageproc dlx:tvrage { nick host hand chan arg } {if { $chan != "#5" &amp;&amp; $chan != "#5.ops" } {        set arg [string map { " " "_" } $arg]        set gotrelease [regexp {([A-Za-z0-9.]+).S[0-9][0-9]E[0-9][0-9]} $arg gotrelease release]        if { $gotrelease } {                set arg $release        }        set url "http://www.tvrage.com/quickinfo.php?show=$arg"        set page [exec curl -s $url]        set prefix "\002TV\002 -&gt; "        set goturl [regexp {Show URL@http://www.tvrage.com/([A-Za-z_0-9/-]+)} $page goturl show_url]if { $goturl != 0 } {        regexp {Show Name@([A-Za-z 0-9\&amp;\':]+)} $page gotname show_nameregexp {Premiered@([0-9]+)} $page gotpremiere show_premiered       set gotlatest [regexp {Latest Episode@([0-9x]+)\^([A-Za-z0-9 \()-:.?"\'\&amp;:,]+)\^([A-Za-z0-9/]+)} $page gotlatest latest_ep latest_ep_title latest_ep_date]        set gotnext [regexp {Next Episode@([0-9x]+)\^([A-Za-z0-9 \()-:.?"\'\&amp;:,]+)\^([A-Za-z0-9/]+)} $page gotnext next_ep next_ep_title next_ep_date]        regexp {Country@([A-Za-z/ ]+)} $page gotcountry show_country        regexp {Status@([A-Za-z/ ]+)} $page gotstatus show_status        regexp {Classification@([A-Za-z ]+)} $page gotclassification show_classification        set gotgenres [regexp {Genres@([A-Za-z |]+)} $page gotgenres show_genres]        set gotnetwork [regexp {Network@([A-Za-z 0-9]+)} $page gotnetwork show_network]set gotairtime [regexp {Airtime@([A-Za-z, 0-9:]+)} $page gotairtime show_airtime]        set show_url "http://www.tvrage.com/$show_url"if { $gotgenres == 0 } { set show_genres "N/A" }if { $gotnetwork == 0 } {set show_network "unknown"}if { $gotairtime == 0 } {set show_airtime "unknown"}set tvoutput "PRIVMSG $chan :$prefix \002$show_name ($show_status)\002 airs \002$show_airtime\002 on \002$show_network ($show_country)\002 | Genre: ($show_genres) |"if { $gotlatest == 0 } {append tvoutput " Last episode: unavailable"} else {append tvoutput " Last Episode: $latest_ep: $latest_ep_title ($latest_ep_date)"}                if { $gotnext == 0 } {append tvoutput " | Next episode: unavailable"} else {                       append tvoutput " | Next episode: $next_ep: $next_ep_title ($next_ep_date)"}append tvoutput " | URL: \002$show_url\002"putquick $tvoutput} else {putquick "PRIVMSG $chan :$prefix \002$arg\002 not found..."}}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7928">WazzaUK</a> — Thu May 17, 2007 6:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-05-10T17:53:01-04:00</updated>

		<published>2007-05-10T17:53:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72639#p72639</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72639#p72639"/>
		<title type="html"><![CDATA[TVRage Lookup by dlx v1.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72639#p72639"><![CDATA[
Considering that all submissions to the tcl archive require an email address, maybe asking the archive maintainer to forward a msg would be helpful. That script was posted in the archive fairly recently. If the author doesn't want to support it, there's always the "other" tvrage script to try.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Thu May 10, 2007 5:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BigBadPhil]]></name></author>
		<updated>2007-05-10T16:02:14-04:00</updated>

		<published>2007-05-10T16:02:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72634#p72634</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72634#p72634"/>
		<title type="html"><![CDATA[TVRage Lookup by dlx v1.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72634#p72634"><![CDATA[
There is no email addy on the script, all we know is it is done by dlx<br><br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4479">BigBadPhil</a> — Thu May 10, 2007 4:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-05-05T21:13:53-04:00</updated>

		<published>2007-05-05T21:13:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72550#p72550</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72550#p72550"/>
		<title type="html"><![CDATA[TVRage Lookup by dlx v1.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72550#p72550"><![CDATA[
Presumably the author gave some way of contacting them. Prolly your best bet if they don't monitor this forum regularly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat May 05, 2007 9:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BigBadPhil]]></name></author>
		<updated>2007-05-05T20:05:05-04:00</updated>

		<published>2007-05-05T20:05:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72548#p72548</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72548#p72548"/>
		<title type="html"><![CDATA[TVRage Lookup by dlx v1.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72548#p72548"><![CDATA[
any help would be great <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4479">BigBadPhil</a> — Sat May 05, 2007 8:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BigBadPhil]]></name></author>
		<updated>2007-05-03T22:41:13-04:00</updated>

		<published>2007-05-03T22:41:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72504#p72504</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72504#p72504"/>
		<title type="html"><![CDATA[TVRage Lookup by dlx v1.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72504#p72504"><![CDATA[
Currently: can't read "latest_ep": no such variable<br>Currently:     while executing<br>Currently: "putquick "PRIVMSG $chan :$prefix Last Episode: $latest_ep : $latest_ep_title ($latest_ep_date)"<br>Currently:     (procedure "dlx:tvrage" line 36)<br>Currently:     invoked from within<br>Currently: "dlx:tvrage $_pub1 $_pub2 $_pub3 $_pub4 $_pub5"<br><br>there we go<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4479">BigBadPhil</a> — Thu May 03, 2007 10:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-05-03T17:50:44-04:00</updated>

		<published>2007-05-03T17:50:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72494#p72494</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72494#p72494"/>
		<title type="html"><![CDATA[TVRage Lookup by dlx v1.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72494#p72494"><![CDATA[
Either your .set command has not been enabled, or the information in errorInfo is stale.<br>Comment out, or remove, the following line from your config-file, and completely restart your bot, then reproduce the error:<br>"unbind dcc n set *dcc:set"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu May 03, 2007 5:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BigBadPhil]]></name></author>
		<updated>2007-05-03T17:18:08-04:00</updated>

		<published>2007-05-03T17:18:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72493#p72493</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72493#p72493"/>
		<title type="html"><![CDATA[TVRage Lookup by dlx v1.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72493#p72493"><![CDATA[
.set errorInfo dont work when i type it on the bot am i doing something wrong?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4479">BigBadPhil</a> — Thu May 03, 2007 5:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-04-30T00:20:11-04:00</updated>

		<published>2007-04-30T00:20:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72372#p72372</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72372#p72372"/>
		<title type="html"><![CDATA[TVRage Lookup by dlx v1.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72372#p72372"><![CDATA[
Post results of '.set errorInfo'.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Apr 30, 2007 12:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BigBadPhil]]></name></author>
		<updated>2007-04-29T18:49:42-04:00</updated>

		<published>2007-04-29T18:49:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72365#p72365</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72365#p72365"/>
		<title type="html"><![CDATA[TVRage Lookup by dlx v1.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72365#p72365"><![CDATA[
Not sure if anyone else is getting this problem.<br><br>I loaded the script, It's great. But try to do !tv 24<br><br>The bot spits this out in the channel<br><br>-DKP- Show: 24 (Action | Adventure | Drama)<br><br>Then thats it. When you look in the partyline, the error is this<br><br>Tcl error [dlx:tvrage]: can't read "latest_ep": no such variable<br><br>Must be a bug. Works on every other tv ep Ive looked up so far. Help would be much appriciated.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4479">BigBadPhil</a> — Sun Apr 29, 2007 6:49 pm</p><hr />
]]></content>
	</entry>
	</feed>
