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

	<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>2003-05-10T05:10:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2003-05-10T05:10:03-04:00</updated>

		<published>2003-05-10T05:10:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19998#p19998</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19998#p19998"/>
		<title type="html"><![CDATA[mIRC - TCL possibility]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19998#p19998"><![CDATA[
Hi<br><br>I have this script running on a mIRC alias that, on a timer, runs lynx to write a txt file, then read a specified headline to a channel, and I was just wanting to know if it would be possible to replicate it for TCL<br><br>Would appreciate any ideas - thanks!<br><br>/yahoo {<br>  set %oldnews $read(c:\CitiNews\yahoo.txt,w,*[40]*)<br>  run -np c:\CitiNews\lynx\yahoo.bat<br>  timeryahoo 1 5 /yahoo2<br>}<br>/yahoo2 {<br>  set %newnews $read(c:\CitiNews\yahoo.txt,w,*[38]*)<br>  set %us $read(c:\CitiNews\yahoo.txt,w,*38*)<br>  if ( %oldnews != %newnews ) &amp;&amp; ( %newnews != $null ) {<br>    msg #CitiNews2 4»7 $mid(%newnews,5,$calc($len(%newnews)5))<br>  }<br>  unset %oldnews<br>  unset %newnews<br>  unset %us<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Sat May 10, 2003 5:10 am</p><hr />
]]></content>
	</entry>
	</feed>
