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

	<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-07-05T00:40:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[tainted]]></name></author>
		<updated>2002-07-05T00:40:59-04:00</updated>

		<published>2002-07-05T00:40:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8608#p8608</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8608#p8608"/>
		<title type="html"><![CDATA[Newbie seeks guidance on a dictionary script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8608#p8608"><![CDATA[
Have you looked at how infoegg stores the data? standard text file with the word, then -&gt; (cant remember the exact string offhand) , then the response given for the word. What else are you looking for it to do? It has support for setting what flags a user must have to add/delete factoids, and its pretty customizable.  If you are still interested in writing your own, its not all that hard. You just need to have it drop the word, followed by a set of chars to seperate the word from the definition, then the definition into a text file and so on.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1256">tainted</a> — Fri Jul 05, 2002 12:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-05T00:31:33-04:00</updated>

		<published>2002-07-05T00:31:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8607#p8607</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8607#p8607"/>
		<title type="html"><![CDATA[Newbie seeks guidance on a dictionary script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8607#p8607"><![CDATA[
I have to wonder if the effect I want can't be achieved by using a normal text file?<p>Statistics: Posted by Guest — Fri Jul 05, 2002 12:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-04T15:05:46-04:00</updated>

		<published>2002-07-04T15:05:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8588#p8588</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8588#p8588"/>
		<title type="html"><![CDATA[Newbie seeks guidance on a dictionary script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8588#p8588"><![CDATA[
From what I've seen searching through the MySQL posts, it looks like a pin in the ass to me too. Just was hoping someone with a bit more experience could point My nose in the right direction, but you're right, I'm going to give that infoegg script a run through.<br><br>Thanx tainted<p>Statistics: Posted by Guest — Thu Jul 04, 2002 3:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tainted]]></name></author>
		<updated>2002-07-03T16:53:57-04:00</updated>

		<published>2002-07-03T16:53:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8560#p8560</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8560#p8560"/>
		<title type="html"><![CDATA[Newbie seeks guidance on a dictionary script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8560#p8560"><![CDATA[
If you are really new to tcl and scripting, you might want to check out scripts such as infoegg before you try getting mysql from tcl. *chuckle* I haven't tried anything with sql yet, but from the posts I found here about it, it seems to be a pain in the ass.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1256">tainted</a> — Wed Jul 03, 2002 4:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-06-30T23:13:25-04:00</updated>

		<published>2002-06-30T23:13:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8470#p8470</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8470#p8470"/>
		<title type="html"><![CDATA[Newbie seeks guidance on a dictionary script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8470#p8470"><![CDATA[
Hello, and thanks for taking the time to have a look at my question. <br><br>What I'm looking to do is write a script that would use a MySQL database to keep word and definition pairs in order. <br><br>I'd like to make this publicly accessible, with bang type commands. I want the dictionary entries accesible to Ops, as far as adding, deleting and modifying them. <br><br>Something along the lines of:<br><br>!dictionary &lt;word&gt;<br><br>and for Ops:<br><br>!dictionary add &lt;word&gt; &lt;definition&gt;<br>!dictionary edit  &lt;word&gt; &lt;definitiion&gt;<br>!dictionary del &lt;word&gt;  &lt;definition&gt;<br><br>I'd also like to possibly make the Op specific commands accessible through:<br><br>/msg &lt;botname&gt; dictionary &lt;param&gt; &lt;word&gt; &lt;definition&gt;<br><br>Yes I realize I'm probably in way over My head for a first script, but this is something I'd really like to do. I'm not looking for someone to write it for Me, but possibly point Me in the right direction, either with a snippet of example, some advice, or a few links. <br><br>I learn better by doing.. and honestly, am having a tough time grasping TCL, but it's just a matter of time.<br><br>Thanks again for taking the time to read this, and thanks in advance to any responses I may get.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by Guest — Sun Jun 30, 2002 11:13 pm</p><hr />
]]></content>
	</entry>
	</feed>
