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

	<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-04-12T08:14:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-12T08:14:28-04:00</updated>

		<published>2003-04-12T08:14:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18958#p18958</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18958#p18958"/>
		<title type="html"><![CDATA[TCL and Mirc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18958#p18958"><![CDATA[
A converter from mIRC to Tcl would be an insane project.<br><br>Mainly due to its size. SOme of the mIRC command have switches that totaly change the way a command acts, and some have items that are not supported by Tcl (which wouldn't normaly be needed in Tcl anyhow).<br><br>mIRC is a lazy parser, that has no constant structure, and changes the way it works as it sees fit. Many would say the same with Tcl, which is not true.<br><br>Tcl defines a structure, and some commands, to extent the structure base.<br><br>In mIRC, the commands are rather slapdash. To prove a point, look at the timer command.<br><br>In stead of naming or giving it a id using a aparamter, you pass it on to the timer command itself.<br><br>The timer command would take a hell of a lot of work, as you couldn't just parse it out the normal way. Aditionaly, you would have to track the name/id so to know when to kill, pause or resume the timer.<br><br>This would likely involve a complex wrapper function, that allows you to assign your own ID/name to the timer, seeing as u/timer pass there own names.<br><br>Variables would also be a sore point. Every variable would have to become global unless the script parses the "var" command.<br><br>Parsing "ON" events would be tough too. You would need to account for the fact, mIRC uses one event for msg and pub binds.<br><br>Most of these points, are likely to be the reason for why this has never been done. Don't get me wrong, the need/requirment has allways been there, but it is such a large project.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Apr 12, 2003 8:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-04-12T07:58:44-04:00</updated>

		<published>2003-04-12T07:58:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18956#p18956</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18956#p18956"/>
		<title type="html"><![CDATA[TCL and Mirc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18956#p18956"><![CDATA[
but its too complex for automated tools to do so, afaik  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sat Apr 12, 2003 7:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dereckson]]></name></author>
		<updated>2003-04-12T05:02:25-04:00</updated>

		<published>2003-04-12T05:02:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18940#p18940</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18940#p18940"/>
		<title type="html"><![CDATA[TCL and Mirc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18940#p18940"><![CDATA[
I don't agree with you, ppslim.<br><br>The common point between mIRC script, TCL script and so on is the idea, the algorhytms used.<br><br>Convert a mIRC stuff in TCL is more or less the same work than translate english to chinese.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1339">Dereckson</a> — Sat Apr 12, 2003 5:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-04-11T18:32:39-04:00</updated>

		<published>2003-04-11T18:32:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18929#p18929</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18929#p18929"/>
		<title type="html"><![CDATA[TCL and Mirc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18929#p18929"><![CDATA[
Well, there is *any other* way... rewrite the script in tcl. I should think that's obvious :)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Apr 11, 2003 6:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-11T15:10:01-04:00</updated>

		<published>2003-04-11T15:10:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18922#p18922</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18922#p18922"/>
		<title type="html"><![CDATA[TCL and Mirc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18922#p18922"><![CDATA[
There are at least three threads allready on this, 2 within the last 4 months.<br><br>The answer is no.<br><br>Please search the forum for more details.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Apr 11, 2003 3:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-11T14:52:53-04:00</updated>

		<published>2003-04-11T14:52:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18921#p18921</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18921#p18921"/>
		<title type="html"><![CDATA[TCL and Mirc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18921#p18921"><![CDATA[
is there any chance i can mirc script i have "convert" to tcl with some tool or any other way?<br><br>chers<p>Statistics: Posted by Guest — Fri Apr 11, 2003 2:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
