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

	<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>2011-10-30T20:57:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Mysticales]]></name></author>
		<updated>2011-10-30T20:57:31-04:00</updated>

		<published>2011-10-30T20:57:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98077#p98077</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98077#p98077"/>
		<title type="html"><![CDATA[How to grab the 2nd word as a variable? (For Triggers)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98077#p98077"><![CDATA[
Actually, thats a good question. You see, its not my script, its one that was already posted to the archives that I am trying to alter to make better. So the question is, is this kinda topic more for script support since its based on one already released. Or script help. But the way I read script help, is if I was making one from scratch that is 100% my own work. Which I am not claiming to. <br><br>(Tho been meaning to ask about that, if I alter a script to make improvements on a script that has had no updates in a year or so, am I allowed to release one with the updates?)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11814">Mysticales</a> — Sun Oct 30, 2011 8:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spithash]]></name></author>
		<updated>2011-10-30T11:15:28-04:00</updated>

		<published>2011-10-30T11:15:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98067#p98067</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98067#p98067"/>
		<title type="html"><![CDATA[How to grab the 2nd word as a variable? (For Triggers)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98067#p98067"><![CDATA[
is this a script release? can you read where you post stuff?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9145">spithash</a> — Sun Oct 30, 2011 11:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2011-10-29T21:42:40-04:00</updated>

		<published>2011-10-29T21:42:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98056#p98056</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98056#p98056"/>
		<title type="html"><![CDATA[How to grab the 2nd word as a variable? (For Triggers)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98056#p98056"><![CDATA[
Possibly bind pub , and split the text?<br><br><a href="http://www.eggheads.org/support/egghtml/1.6.20/tcl-commands.html" class="postlink">http://www.eggheads.org/support/egghtml ... mands.html</a><br>and scroll down to <br>bind pub<br><br>Then:<br><a href="http://www.tcl.tk/man/tcl8.5/TclCmd/split.htm" class="postlink">http://www.tcl.tk/man/tcl8.5/TclCmd/split.htm</a><br>and<br><a href="http://www.tcl.tk/man/tcl8.5/TclCmd/lindex.htm" class="postlink">http://www.tcl.tk/man/tcl8.5/TclCmd/lindex.htm</a><br><br><br>Here are some links that I think are very good, for getting started with TCL for Eggdrop:<br><br><a href="http://suninet.the-demon.de/" class="postlink">http://suninet.the-demon.de/</a><br><a href="http://www.eggheads.org/support/egghtml/1.6.20/tcl-commands.html" class="postlink">http://www.eggheads.org/support/egghtml ... mands.html</a><br><a href="http://www.tcl.tk/man/tcl8.5/TclCmd/contents.htm" class="postlink">http://www.tcl.tk/man/tcl8.5/TclCmd/contents.htm</a><br><br>With those three, you can do a LOT.    <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I hope that helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat Oct 29, 2011 9:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mysticales]]></name></author>
		<updated>2011-10-29T19:49:30-04:00</updated>

		<published>2011-10-29T19:49:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98055#p98055</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98055#p98055"/>
		<title type="html"><![CDATA[How to grab the 2nd word as a variable? (For Triggers)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98055#p98055"><![CDATA[
Hello, On my old bot it was simple to make it read the 2nd, 3rd, 4th word of a trigger command. (Example !trigger First Second Third)<br><br>Well on the script its already reading the 1st thing after it (Which turns the game on or off) But I am trying to add and improve on that, to make it where if the user turns the game on and adds a number to the end of the trigger, it would apply that as a variable to use in the script. I just spent some time on google between binds, variables and so, however I dont know what eggdrop really calls that, I assumed something with $aug or so, thing is, since aug is already being used, just need somehow to read the variable after that one. <br><br>Any guide or place for me to read up on something like this? Thanks. =)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11814">Mysticales</a> — Sat Oct 29, 2011 7:49 pm</p><hr />
]]></content>
	</entry>
	</feed>
