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

	<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>2002-11-19T03:15:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2002-11-19T03:15:34-04:00</updated>

		<published>2002-11-19T03:15:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13350#p13350</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13350#p13350"/>
		<title type="html"><![CDATA[Weird TCL problem!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13350#p13350"><![CDATA[
hi again guys<br><br>thanks for your ideas on this problem, it solved part of the problem, but as a last resort, I went to the Reuters webpage that the script gets the headlines from, and it no longer exists! It seems they have totally redesigned their site (thanks for telling me Reuters! haha).<br><br>Since they don't appear to have a similar page anymore, I've written to the author to ask him if he might alter the script to point to:<br><a href="http://cbs.marketwatch.com/news/newsfinder/default.asp?scid=1&amp;siteid=mktw" class="postlink">http://cbs.marketwatch.com/news/newsfin ... iteid=mktw</a><br><br>as this is a source for breaking news I'd like to use in my channel.<br><br>So far he hasn't replied - if anyone out there knows how I might alter this script:<br><br><a href="http://www.ruptbot.com/download.php?sid=10" class="postlink">http://www.ruptbot.com/download.php?sid=10</a><br><br>to be used on the CBS Marketwatch page, I'd be most grateful!<br><br>Thanks again guys!<br>Damon.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Tue Nov 19, 2002 3:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-11-18T18:44:25-04:00</updated>

		<published>2002-11-18T18:44:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13338#p13338</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13338#p13338"/>
		<title type="html"><![CDATA[Weird TCL problem!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13338#p13338"><![CDATA[
From what I can see, it is not this script causing this.<br><br>Have you added anything new in the past few days or weeks?<br><br>Have you tried using .die and restarting the bot, or using plain old .restart?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Nov 18, 2002 6:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2002-11-18T18:22:17-04:00</updated>

		<published>2002-11-18T18:22:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13337#p13337</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13337#p13337"/>
		<title type="html"><![CDATA[Weird TCL problem!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13337#p13337"><![CDATA[
hi again<br><br>Thanks for your replies - have added the 'c' to the 'putnot', and the error message is gone, but I'm now now getting a '1' every few minutes in the telnet window of the bot, and no news sent to the channel.<br><br>Also checked alltools.tcl is loaded and it is.<br><br>*sigh*<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Mon Nov 18, 2002 6:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-11-18T08:48:52-04:00</updated>

		<published>2002-11-18T08:48:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13299#p13299</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13299#p13299"/>
		<title type="html"><![CDATA[Weird TCL problem!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13299#p13299"><![CDATA[
This is will either be caused by one of 2 things.<br><br>From what I remember, alltools.tcl provides this command. Try making sure it's loaded in the config file.<br><br>Tcl uses command completion, so that the full command name isn't needed.<br><br>IE, using "pu stdout hello" would operate perfectly valid, the same as "puts stdout hello".<br><br>However, as soon as I create command called "putf", Tcl will show a error for the first example.<br><br>The quickest method of fixing it, is to make sure alltools is loaded, then search the reuters.tcl for the string "putnot " (notice the space), and change it to putnotc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Nov 18, 2002 8:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-11-18T07:28:00-04:00</updated>

		<published>2002-11-18T07:28:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13292#p13292</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13292#p13292"/>
		<title type="html"><![CDATA[Weird TCL problem!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13292#p13292"><![CDATA[
hmm I think it should be "putnotc" not "putnot"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Mon Nov 18, 2002 7:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2002-11-18T03:21:42-04:00</updated>

		<published>2002-11-18T03:21:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13288#p13288</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13288#p13288"/>
		<title type="html"><![CDATA[Weird TCL problem!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13288#p13288"><![CDATA[
Hi - I've been using a news script (reuters.tcl) for a while now with no problems, until today when it stopped working, and I got this error message:<br><br>Tcl error in script for 'timer9' :<br>invalid command name "putnot"<br><br>(the '9' in 'timer9' has also displayed as other various numbers in the error message)<br><br>I havn't changed anything in the script that I know of - and have even tried downloading the original script and getting the error on that too!<br><br>I'd appreciate any help on this one - the original script is at:<br><br><a href="http://www.ruptbot.com/download.php?sid=10" class="postlink">http://www.ruptbot.com/download.php?sid=10</a><br><br>thanks!<br><br>Damon.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"> <br>('MarketInsider' in #News on Othernet)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Mon Nov 18, 2002 3:21 am</p><hr />
]]></content>
	</entry>
	</feed>
