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

	<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-19T23:15:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-05-19T23:15:45-04:00</updated>

		<published>2003-05-19T23:15:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20414#p20414</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20414#p20414"/>
		<title type="html"><![CDATA[question ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20414#p20414"><![CDATA[
hmm i see tnx, sorry <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Mon May 19, 2003 11:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-19T13:53:54-04:00</updated>

		<published>2003-05-19T13:53:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20404#p20404</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20404#p20404"/>
		<title type="html"><![CDATA[question ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20404#p20404"><![CDATA[
You did get an answer, you just need to do a little more reasrchy on it though.<br><div class="codebox"><p>Code: </p><pre><code>$1 = [lindex &lt;word list&gt; 0]$2 = [lindex &lt;word list&gt; 1]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon May 19, 2003 1:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-05-19T13:45:55-04:00</updated>

		<published>2003-05-19T13:45:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20401#p20401</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20401#p20401"/>
		<title type="html"><![CDATA[question ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20401#p20401"><![CDATA[
read my question i asked if it was used the same way i know mirc so i refered to it to make my self clear, but i havn't got an answer to my question yet .. ?? or i don't understand what your talking about give me a syntax and some explanation what you write there can be anything don't want a solution i want to know how to do it my self ..  don't mean wrong just hard to understand what vars u use .. i don't know nothing about tcl and i want to know how it is used. the mirc script is just an example i don't want to forward a msg to an other user. but it is easy to refer to<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Mon May 19, 2003 1:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-19T04:28:58-04:00</updated>

		<published>2003-05-19T04:28:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20384#p20384</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20384#p20384"/>
		<title type="html"><![CDATA[question ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20384#p20384"><![CDATA[
You should realy understand, that once you know one language, it doesn't mean you know them all.<br><br>Just because mIRC uses these identifiers, it doesn't mean Tcl, or any other language should (no matter how related to IRC).<br><br>You should take time to studyy some of the greate guides to scripting, available in the Links section of egghelp.org, and via the FAQ forum on this board.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon May 19, 2003 4:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-05-19T01:57:24-04:00</updated>

		<published>2003-05-19T01:57:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20377#p20377</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20377#p20377"/>
		<title type="html"><![CDATA[question ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20377#p20377"><![CDATA[
You can't do mirc scripting.<br><br>Try this:<div class="codebox"><p>Code: </p><pre><code>bind msg - test test_msgproc test_msg {nick host handle args} {set args [lindex $args 0]set words [lrange $args 0 end]putserv "PRIVMSG $nick :$words"return 1}</code></pre></div>This will make your bot to MSG the user and tell him exactly what he said after the test, as the word test is the command.<br>See more in the tcl-commands.doc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Mon May 19, 2003 1:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-05-19T01:25:18-04:00</updated>

		<published>2003-05-19T01:25:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20376#p20376</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20376#p20376"/>
		<title type="html"><![CDATA[question ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20376#p20376"><![CDATA[
if i do mirc scripting and i use on text in a query window i trigger on a word like: <br><br>/msg bot test hello there<br><div class="codebox"><p>Code: </p><pre><code>on *:text:*test*:?:{msg $nick $1 $2}</code></pre></div>if i do it in tcl how would the $1 and $2 work ?? these vars are not set ??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Mon May 19, 2003 1:25 am</p><hr />
]]></content>
	</entry>
	</feed>
