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

	<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-13T12:16:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-13T12:16:29-04:00</updated>

		<published>2002-11-13T12:16:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13129#p13129</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13129#p13129"/>
		<title type="html"><![CDATA[&quot;mirc&quot;function]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13129#p13129"><![CDATA[
[lindex $var 0] ? to get the first word $var <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Wed Nov 13, 2002 12:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gk^]]></name></author>
		<updated>2002-11-04T08:09:53-04:00</updated>

		<published>2002-11-04T08:09:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12789#p12789</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12789#p12789"/>
		<title type="html"><![CDATA[&quot;mirc&quot;function]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12789#p12789"><![CDATA[
yeah.. about 2 s after I read your reply I found some code... Thanx...<br><br>ppslim++ | karma for ppslim++<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1656">gk^</a> — Mon Nov 04, 2002 8:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-11-04T08:05:58-04:00</updated>

		<published>2002-11-04T08:05:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12787#p12787</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12787#p12787"/>
		<title type="html"><![CDATA[&quot;mirc&quot;function]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12787#p12787"><![CDATA[
As posted by "PPSlim"<blockquote class="uncited"><div>It is not possible to use the mIRC style $1, $2, $N identifiers in Tcl. If you look at other scripts, youw ill see hwo they get the information they need from the text input.</div></blockquote>We try help, not break our backs.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Nov 04, 2002 8:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gk^]]></name></author>
		<updated>2002-11-04T07:51:32-04:00</updated>

		<published>2002-11-04T07:51:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12786#p12786</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12786#p12786"/>
		<title type="html"><![CDATA[&quot;mirc&quot;function]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12786#p12786"><![CDATA[
Do you have another way to solov my problem then? That isnt pathetic....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1656">gk^</a> — Mon Nov 04, 2002 7:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-11-04T07:33:38-04:00</updated>

		<published>2002-11-04T07:33:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12784#p12784</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12784#p12784"/>
		<title type="html"><![CDATA[&quot;mirc&quot;function]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12784#p12784"><![CDATA[
Tcl has no method of doing it that way.<br><br>This is simply due to the fact, Tcl is not mIRC.<br><br>mIRC uses it's own built in language, and as such, they can build and do what they wish.<br><br>In eggdrop, Tcl is used as the scripting langauge.<br><br>Tcl is provided seperate to eggdrop, and is not developed byt he eggdrop team.<br><br>Due to this fact, eggdrop has to use the interface provided by this language, to pass information between scripts.<br><br>Thus, any information passed to a script, must be manipulated by Tcl to get the desired information.<br><br>It is not possible to use the mIRC style $1, $2, $N identifiers in Tcl. If you look at other scripts, youw ill see hwo they get the information they need from the text input.<br><br>However, this does not mean it's 100% impossible. It's more 100% pathetic/risky, due tot he fact, it's not reliable, and means more work on the programmers part in the long run.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Nov 04, 2002 7:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gk^]]></name></author>
		<updated>2002-11-04T07:10:36-04:00</updated>

		<published>2002-11-04T07:10:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12783#p12783</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12783#p12783"/>
		<title type="html"><![CDATA[&quot;mirc&quot;function]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12783#p12783"><![CDATA[
How can I use the (mirc)funtion $2 (word two in the line that triggered the proc)...<br><br>.triggger word1 word2 word33<br><br><br>so that $1 = .trigger | $2 = word1 | $3 = word3 | $4 = word33<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1656">gk^</a> — Mon Nov 04, 2002 7:10 am</p><hr />
]]></content>
	</entry>
	</feed>
