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

	<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-08-13T16:38:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[JoshuaUK]]></name></author>
		<updated>2005-08-13T16:38:50-04:00</updated>

		<published>2005-08-13T16:38:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54205#p54205</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54205#p54205"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54205#p54205"><![CDATA[
Well I tried installing the tcllib thing and it worked when I typed in make, then make install failed because it couldn't gain access to the usr lib directory <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral"> So not sure if it is something I have managed to do or what lol. But I seem to have got a small part of the way... will still keep playing with it, as the reason I bought a shell was to run the RSS news feeds with this script or somehow into a chatroom someday.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6566">JoshuaUK</a> — Sat Aug 13, 2005 4:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-12T22:08:32-04:00</updated>

		<published>2005-08-12T22:08:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54147#p54147</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54147#p54147"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54147#p54147"><![CDATA[
that you don't want to give up on my script flatters me, however neither this thread nor this forum are meant to teach you how to install Tcl packages - you either learn that yourself by reading the docs that come with packages sources (if you read but didn't understand those, you need to learn how to use Linux/UNIX (shell) first, also by reading - I'd recommend you buy a book on that subject) and then come here if necessary for help on a <span style="text-decoration:underline">particular</span> installation issue that you had, or you hire me to teach you how to do stuff without actually bothering to read too much - but I'll have to charge you my usual consulting fee; what I'm trying to explain to you (again) is that these forums are meant to help people who are willing to help themselves first and only ask for help if that fails<br><br>sorry if this isn't what you wanted to hear, but that's the way the things are<br><br><span style="color:red">and folks, if you need further elaboration on my RSS news script, please make a new thread about it and post there; this thread got overused, not to mention it's not relevant to my script in the first place - at least the title has nothing to do with it</span><br><br><strong class="text-strong">edit: I made a new thread on the subject <a href="http://forum.egghelp.org/viewtopic.php?t=10271" class="postlink">here</a></strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Aug 12, 2005 10:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[JoshuaUK]]></name></author>
		<updated>2005-08-12T20:07:49-04:00</updated>

		<published>2005-08-12T20:07:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54144#p54144</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54144#p54144"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54144#p54144"><![CDATA[
Hi, When I install this script you are talking about, I bought a shell now running eggdrop 1.6.17. Now could you please just tell me what if possible I do with the tcllib or xml which one do I get? err also, I moved the rss.tcl to home/user/scripts/ and will it still work it loads but fails because it cannot find the required things:<br><div class="codebox"><p>Code: </p><pre><code> package require Tcl 8.4\par package require struct 2.0\par package require xml 2.6\par package require snit 0.9\par\par package provide rss 1.0\par\par namespace eval ::rss \{\par    variable parser\par    variable parserStack\par    variable channelObject\par\par    variable currentCmds\par    array set currentCmds \\\par        [list \\\par             elementStart [list [namespace current]::XML.StartRSS] \\\par             elementEnd [list [namespace current]::XML.EndRSS] \\\par             characterData \{\} \\\par            ]\par \}[01:03] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)[joshuauk@server2 bot]$ TclLib</code></pre></div>I know you mentione dreading up on it, but I don't really take things in if someone just says read about them sorry <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=6566">JoshuaUK</a> — Fri Aug 12, 2005 8:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-11T00:15:04-04:00</updated>

		<published>2005-08-11T00:15:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54042#p54042</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54042#p54042"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54042#p54042"><![CDATA[
that is correct<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Aug 11, 2005 12:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Korigon]]></name></author>
		<updated>2005-08-10T15:30:37-04:00</updated>

		<published>2005-08-10T15:30:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54009#p54009</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54009#p54009"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54009#p54009"><![CDATA[
what is the correct syntax if I want add some chan and/or news ?<br><br>set feeds(#chan1) {10 <a href="http://www.b.d.e/rss/1.xml" class="postlink">http://www.b.d.e/rss/1.xml</a>}<br>set feeds(#chan2) {10 <a href="http://www.a.b.c/rss/2.xml" class="postlink">http://www.a.b.c/rss/2.xml</a>}<br><br>or<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6552">Korigon</a> — Wed Aug 10, 2005 3:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Korigon]]></name></author>
		<updated>2005-08-10T13:01:19-04:00</updated>

		<published>2005-08-10T13:01:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54003#p54003</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54003#p54003"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54003#p54003"><![CDATA[
Yes, I'll modify your script for notices =&gt; privmsg $chan and add some colors ala perpleXa's RSSNews.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6552">Korigon</a> — Wed Aug 10, 2005 1:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-09T21:04:31-04:00</updated>

		<published>2005-08-09T21:04:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53975#p53975</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53975#p53975"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53975#p53975"><![CDATA[
it works?? yay!<br><br>you are the first person (besides me hehe) to get that to work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> congrats<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Aug 09, 2005 9:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Korigon]]></name></author>
		<updated>2005-08-09T16:26:01-04:00</updated>

		<published>2005-08-09T16:26:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53971#p53971</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53971#p53971"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53971#p53971"><![CDATA[
Ahhhhh yes, works better now, thx m8 <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=6552">Korigon</a> — Tue Aug 09, 2005 4:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-09T15:25:27-04:00</updated>

		<published>2005-08-09T15:25:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53965#p53965</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53965#p53965"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53965#p53965"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code> package require Tcl 8.4 package require struct package require xml package require snit package provide rss 1.0 namespace eval ::rss {    variable parser    variable parserStack    variable channelObject    variable itemObject    variable currentCmds    array set currentCmds \        [list \             elementStart [list [namespace current]::XML.StartRSS] \             elementEnd [list [namespace current]::XML.EndRSS] \             characterData {} \            ] } proc ::rss::Parser.NewState {elementStart elementEnd characterData} {    variable parser    variable parserStack    variable currentCmds    variable channel    $parserStack push \        [list \             $currentCmds(elementStart) \             $currentCmds(elementEnd) \             $currentCmds(characterData) \             ]    set currentCmds(elementStart) $elementStart    set currentCmds(elementEnd) $elementEnd    set currentCmds(characterData) $characterData    return }proc ::rss::Parser.PreviousState {} {    variable parser    variable parserStack    variable currentCmds    foreach {currentCmds(elementStart) currentCmds(elementEnd) currentCmds(characterData)} [$parserStack pop] {break}    return } proc ::rss::Wrapper.ElementStart {name attlist args} {    variable currentCmds    if {$currentCmds(elementStart)!={}} {        set code [catch {uplevel \#0 $currentCmds(elementStart) [list $name $attlist] $args} result]        return -code $code -errorinfo $::errorInfo -errorcode $::errorCode $result    } } proc ::rss::Wrapper.ElementEnd {name args} {    variable currentCmds    if {$currentCmds(elementEnd)!={}} {        set code [catch {uplevel \#0 $currentCmds(elementEnd) [list $name] $args} result]        return -code $code -errorinfo $::errorInfo -errorcode $::errorCode $result    } } proc ::rss::Wrapper.CharacterData {data} {    variable currentCmds    if {$currentCmds(characterData)!={}} {        set code [catch {uplevel \#0 $currentCmds(characterData) [list $data]} result]        return -code $code -errorinfo $::errorInfo -errorcode $::errorCode $result    } } proc ::rss::parse {data} {    variable parser    variable parserStack    variable channel    set parser [::xml::parser ]    set parserStack [::struct::stack]    set channel [Channel %AUTO%]    $parser configure \        -elementstartcommand [namespace current]::Wrapper.ElementStart \        -elementendcommand [namespace current]::Wrapper.ElementEnd \        -characterdatacommand [namespace current]::Wrapper.CharacterData    $parser parse $data    $parser free    $parserStack destroy    return $channel } proc ::rss::XML.StartRSS {name attlist args} {    variable channel    switch -- $name {        channel {            Parser.NewState \                [list [namespace current]::XML.Channel $channel] \                [list [namespace current]::XML.ElementEnd] \                {}        }        item {            set obj [Item %AUTO%]            $channel AddItem $obj            Parser.NewState \                [list [namespace current]::XML.Item $obj] \                [list [namespace current]::XML.ElementEnd] \                {}        }    }    return } proc ::rss::XML.EndRSS {name args} {    return } proc ::rss::XML.Channel {obj name attlist args} {    switch -- $name {        title {            Parser.NewState \                [list [namespace current]::XML.ElementStart] \                [list [namespace current]::XML.ElementEnd] \                [list [namespace current]::XML.CharacterData [$obj GetVariable title]]        }        link {            Parser.NewState \                [list [namespace current]::XML.ElementStart] \                [list [namespace current]::XML.ElementEnd] \                [list [namespace current]::XML.CharacterData [$obj GetVariable link]]        }        description {            Parser.NewState \                [list [namespace current]::XML.ElementStart] \                [list [namespace current]::XML.ElementEnd] \                [list [namespace current]::XML.CharacterData [$obj GetVariable description]]        }        item {            set item [Item %AUTO%]            $obj AddItem $item            Parser.NewState \                [list [namespace current]::XML.Item $item] \                [list [namespace current]::XML.ElementEnd] \                {}        }        default {            Parser.NewState \                [list [namespace current]::XML.ElementStart] \                [list [namespace current]::XML.ElementEnd] \                {}        }    }    return } proc ::rss::XML.Item {obj name attlist args} {    switch -- $name {        title {            Parser.NewState \                [list [namespace current]::XML.ElementStart] \                [list [namespace current]::XML.ElementEnd] \                [list [namespace current]::XML.CharacterData [$obj GetVariable title]]        }        link {            Parser.NewState \                [list [namespace current]::XML.ElementStart] \                [list [namespace current]::XML.ElementEnd] \                [list [namespace current]::XML.CharacterData [$obj GetVariable link]]        }        description {            Parser.NewState \                [list [namespace current]::XML.ElementStart] \                [list [namespace current]::XML.ElementEnd] \                [list [namespace current]::XML.CharacterData [$obj GetVariable description]]        }        default {            Parser.NewState \                [list [namespace current]::XML.ElementStart] \                [list [namespace current]::XML.ElementEnd] \                {}        }    }    return } proc ::rss::XML.ElementStart {name attlist args} {    Parser.NewState \        [list [namespace current]::XML.ElementStart] \        [list [namespace current]::XML.ElementEnd] \        {}    return } proc ::rss::XML.ElementEnd {name args} {    Parser.PreviousState    return } proc ::rss::XML.CharacterData {var data} {    upvar \#0 $var myVar    append myVar $data    return } ::snit::type ::rss::Channel {    variable title {}    variable link {}    variable description {}    variable items {}    destructor {        foreach item $items {            $item destroy        }        return    }    method title {} {        return $title    }    method link {} {        return $link    }    method description {} {        return $description    }    method items {} {        return $items    }    method GetVariable {var} {        return [varname $var]    }    method AddItem {item} {        lappend items $item    } } ::snit::type ::rss::Item {    variable title {}    variable link {}    variable pubDate {}    variable description {}    method title {} {        return $title    }    method link {} {        return $link    }    method pubDate {} {        return $pubDate    }    method description {} {        return $description    }    method GetVariable {var} {        return [varname $var]    } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Aug 09, 2005 3:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Korigon]]></name></author>
		<updated>2005-08-09T14:51:22-04:00</updated>

		<published>2005-08-09T14:51:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53964#p53964</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53964#p53964"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53964#p53964"><![CDATA[
Could you link your rss.tcl? <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=6552">Korigon</a> — Tue Aug 09, 2005 2:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-09T13:35:01-04:00</updated>

		<published>2005-08-09T13:35:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53959#p53959</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53959#p53959"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53959#p53959"><![CDATA[
all I can recommend to you at this time is to try other RSS feeds<br><br>there might be some incompatibility with BDK's rss.tcl introduced in those packages in their latest versions; mine are from like one year ago<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Aug 09, 2005 1:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Korigon]]></name></author>
		<updated>2005-08-09T12:10:33-04:00</updated>

		<published>2005-08-09T12:10:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53954#p53954</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53954#p53954"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53954#p53954"><![CDATA[
I use BDK's package, in fact only rss.tcl + pkg_mkIndex etc etc as you described it on the first page.<br><br>Well, I'm trying your link and I get<br><div class="codebox"><p>Code: </p><pre><code>[18:08:48] &lt;Bot-de-test&gt;Currently: invalid command name ""Currently:     while executingCurrently: "$channel items"Currently:     (procedure "retrieve" line 5)Currently:     invoked from withinCurrently: "retrieve $feed"Currently:     ("foreach" body line 6)Currently:     invoked from withinCurrently: "foreach {chan feed} [array get feeds] {Currently:          set chan [string tolower $chan]Currently:          if {[lsearch -exact [string tolower [channels]] $chan] == -1..."Currently:     invoked from withinCurrently: "if [info exists feeds] {Currently:       foreach {chan feed} [array get feeds] {Currently:          set chan [string tolower $chan]Currently:          if {[lsearch -exact [string t..."Currently:     (procedure "::news::timer" line 4)Currently:     invoked from withinCurrently: "::news::timer $_time1 $_time2 $_time3 $_time4 $_time5"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6552">Korigon</a> — Tue Aug 09, 2005 12:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-09T11:56:52-04:00</updated>

		<published>2005-08-09T11:56:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53952#p53952</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53952#p53952"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53952#p53952"><![CDATA[
this is an error reported by TclXML, something's wrong with document's XML schema; try with another RSS source, for example <a href="http://rss.news.yahoo.com/rss/topstories" class="postlink">http://rss.news.yahoo.com/rss/topstories</a><br><br>BTW which RSS package did you install, BDK's or the japanese?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Aug 09, 2005 11:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Korigon]]></name></author>
		<updated>2005-08-09T11:50:22-04:00</updated>

		<published>2005-08-09T11:50:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53950#p53950</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53950#p53950"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53950#p53950"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>Currently: syntaxerror {syntax error: PUBLIC identifier not followed by system literal around line 1}Currently:     while executingCurrently: "rss::parse [http::data $token]"Currently:     (procedure "retrieve" line 3)Currently:     invoked from withinCurrently: "retrieve $feed"Currently:     ("foreach" body line 6)Currently:     invoked from withinCurrently: "foreach {chan feed} [array get feeds] {Currently:          set chan [string tolower $chan]Currently:          if {[lsearch -exact [string tolower [channels]] $chan] == -1..."Currently:     invoked from withinCurrently: "if [info exists feeds] {Currently:       foreach {chan feed} [array get feeds] {Currently:          set chan [string tolower $chan]Currently:          if {[lsearch -exact [string t..."Currently:     (procedure "::news::timer" line 4)Currently:     invoked from withinCurrently: "::news::timer $_time1 $_time2 $_time3 $_time4 $_time5"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6552">Korigon</a> — Tue Aug 09, 2005 11:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-09T11:43:40-04:00</updated>

		<published>2005-08-09T11:43:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53948#p53948</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53948#p53948"/>
		<title type="html"><![CDATA[possible to make eggdrop auto-rehash every x minutes?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53948#p53948"><![CDATA[
when that Tcl error appears, type <strong class="text-strong">.set errorInfo</strong> and post the output<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Aug 09, 2005 11:43 am</p><hr />
]]></content>
	</entry>
	</feed>
