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

	<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-06-05T03:10:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-06-05T03:10:00-04:00</updated>

		<published>2002-06-05T03:10:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7676#p7676</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7676#p7676"/>
		<title type="html"><![CDATA[First, second, etc. word]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7676#p7676"><![CDATA[
Each bind has certain parameters. For msg, msgm, pub, and pubm, the last one ($text) is what the person said. Use normal Tcl commands like "split" and "lindex" to get at each word.<br><br>Note: don't use lindex directly on the string. Use split to turn it into a list first:<br><br>set words [split $text]<br>set word1 [lindex $words 0]<br>set word2 [lindex $words 1]<br>etc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Jun 05, 2002 3:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-06-05T03:02:00-04:00</updated>

		<published>2002-06-05T03:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7674#p7674</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7674#p7674"/>
		<title type="html"><![CDATA[First, second, etc. word]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7674#p7674"><![CDATA[
As I said in my earlier psot I've done alot mirc scripting. This time I wounder if there is something like $1 $2 $3 etc.<br>ie.<br>if ($1 == Moo) &lt;-- mIRC<br>if {$1 == Moo} &lt;-- How do I make that possible?<br><br>Thanx for all your help <p>Statistics: Posted by Guest — Wed Jun 05, 2002 3:02 am</p><hr />
]]></content>
	</entry>
	</feed>
