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

	<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>2007-05-16T10:10:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-05-16T10:10:33-04:00</updated>

		<published>2007-05-16T10:10:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72791#p72791</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72791#p72791"/>
		<title type="html"><![CDATA[Text Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72791#p72791"><![CDATA[
If the piece of information is always at a given offset, you could use "string range"; if the string is a character-delimited list, you could use "split" to convert it to a tcl-list which then is suitable for commands such as lindex, lrange, and so forth. A third option would be to use regular expressions to use pattern-search to retrieve the value.<br><br>Once you've retreaved the piece of information, how you store it in your database would be a matter on what kind of data-storage you use, how you interface with it (any modules/plugins?), etc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed May 16, 2007 10:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ace-T]]></name></author>
		<updated>2007-05-15T22:51:22-04:00</updated>

		<published>2007-05-15T22:51:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72787#p72787</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72787#p72787"/>
		<title type="html"><![CDATA[Text Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72787#p72787"><![CDATA[
looking for some way for my code to strip the last words after -<br><br>so the bot says GAME.complete.by-WPI<br><br>so what i need to do is get it to take that PI and insert it into a table on my database<br><br>can this be achived through something like this<br><br>set player [lindex $result 0];<br><br>i know thats not gonna work above <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8148">Ace-T</a> — Tue May 15, 2007 10:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
