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

	<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>2008-01-06T01:10:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2008-01-06T01:10:45-04:00</updated>

		<published>2008-01-06T01:10:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79838#p79838</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79838#p79838"/>
		<title type="html"><![CDATA[Simple script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79838#p79838"><![CDATA[
OK!<br><blockquote class="uncited"><div>This script should be super easy.</div></blockquote>Off you go then. Have fun! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br><a href="http://suninet.org/tclguide/" class="postlink">Guide to TCL scripting for Eggdrop 1.6</a><br><a href="http://www.tcl.tk/man/tcl8.4/TclCmd/" class="postlink">man/tcl8.4/TclCmd/</a><br><a href="http://johoho.eggheads.org/eggdrop/other/guide2tcl.html#Triggers_for_code" class="postlink">A beginners guide to TCL with focus on Eggdrop</a><br><a href="http://tcl.b0rk.de/mirror/eggdrop1.6.15/html/tcl-commands.html" class="postlink">Eggdrop Tcl Commands</a><br><a href="http://www.peterre.com/characters.html" class="postlink">How to write eggdrop scripts that won't choke on special characters</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Jan 06, 2008 1:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nara]]></name></author>
		<updated>2007-06-03T20:58:16-04:00</updated>

		<published>2007-06-03T20:58:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73248#p73248</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73248#p73248"/>
		<title type="html"><![CDATA[Simple script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73248#p73248"><![CDATA[
This script should be super easy. I have a hash table in the format of:<div class="codebox"><p>Code: </p><pre><code>$file#Explanation#: Returns information about the specified file. Its properties are size, ctime, mtime, atime, short, long, attr (type /help $file for more detail). #Example#: $file($mircexe).size returns 1867776 in version 6.12. $file($mircexe).atime returns the last access time.</code></pre></div># are bold codes. I need a way to read this data (by search for the first part, not the explanation) using a command in the eggdrop, as well as a way to add to the end of the file, using the same format shown above. The items beneath it are completely written by the user, without anything mandated by the bot.<br><br><strong class="text-strong">EX:</strong> @help $file<br><strong class="text-strong">RETURNS:</strong> putquick "PRIVMSG $chan :#Explanation#: Returns information about the specified file. Its properties are size, ctime, mtime, atime, short, long, attr (type /help $file for more detail). #Example#: $file($mircexe).size returns 1867776 in version 6.12. $file($mircexe).atime returns the last access time."<br><br><strong class="text-strong">EX:</strong> @addhelp $help<br><strong class="text-strong">RETURNS:</strong> Adds to file, and sends back: putquick "NOTICE $nick :Added $help to database."<br><br>If anyone can do this for me, I'll be most appreciative.<br><br>~Nara<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8006">Nara</a> — Sun Jun 03, 2007 8:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
