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

	<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>2003-04-30T15:02:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[D4N3]]></name></author>
		<updated>2003-04-30T15:02:50-04:00</updated>

		<published>2003-04-30T15:02:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19677#p19677</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19677#p19677"/>
		<title type="html"><![CDATA[...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19677#p19677"><![CDATA[
thanks,<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2254">D4N3</a> — Wed Apr 30, 2003 3:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MC_8]]></name></author>
		<updated>2003-04-28T11:40:49-04:00</updated>

		<published>2003-04-28T11:40:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19565#p19565</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19565#p19565"/>
		<title type="html"><![CDATA[Site Database Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19565#p19565"><![CDATA[
Yea, a.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3080">MC_8</a> — Mon Apr 28, 2003 11:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-04-27T22:59:50-04:00</updated>

		<published>2003-04-27T22:59:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19541#p19541</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19541#p19541"/>
		<title type="html"><![CDATA[Site Database Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19541#p19541"><![CDATA[
Just a note, I think that first script was supposed to use an "a" instead of a "w"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sun Apr 27, 2003 10:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MC_8]]></name></author>
		<updated>2003-04-26T17:39:08-04:00</updated>

		<published>2003-04-26T17:39:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19470#p19470</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19470#p19470"/>
		<title type="html"><![CDATA[Site Database Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19470#p19470"><![CDATA[
Bind pub to add the site<div class="codebox"><p>Code: </p><pre><code>set io [open datafile.dat w]puts $io $the_textclose $io</code></pre></div>Bind pub to view all sites saved in the datafile.dat<div class="codebox"><p>Code: </p><pre><code>if {![file exists datafile.dat]} {close [open datafile.dat w]}set io [open datafile.dat r]while {![eof $io]} {  gets $io line  if {[string trim $line] == ""} {continue}  putserv "PRIVMSG $channel :$line"}close $io</code></pre></div>Hope that helps, might want to find a tutorial on TCL if your really new at this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3080">MC_8</a> — Sat Apr 26, 2003 5:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[D4N3]]></name></author>
		<updated>2003-04-22T23:31:18-04:00</updated>

		<published>2003-04-22T23:31:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19343#p19343</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19343#p19343"/>
		<title type="html"><![CDATA[Site Database Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19343#p19343"><![CDATA[
does anyone know of or have a script that will store a site when a pub command is used like !addsite ip port user pass   or know how i could make this. also have a pub command to list all the sites.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2254">D4N3</a> — Tue Apr 22, 2003 11:31 pm</p><hr />
]]></content>
	</entry>
	</feed>
