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

	<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-14T18:54:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[the_crow]]></name></author>
		<updated>2003-04-14T18:54:47-04:00</updated>

		<published>2003-04-14T18:54:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19085#p19085</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19085#p19085"/>
		<title type="html"><![CDATA[Propose Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19085#p19085"><![CDATA[
thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>This message is only to say thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2778">the_crow</a> — Mon Apr 14, 2003 6:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-04-14T15:43:30-04:00</updated>

		<published>2003-04-14T15:43:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19078#p19078</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19078#p19078"/>
		<title type="html"><![CDATA[Propose Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19078#p19078"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set propose "propose.txt"bind pub - !me write:proposeproc write:propose {nick uhost hand chan text} {  if {![file exists $::propose]} {     putlog "$::propose file doesnt exists, creating file..."     set file [open $::propose w]     puts $file "$nick"     catch {close $file}   }  set file [open $::propose a]   puts $file "$nick"   catch {close $file} }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Apr 14, 2003 3:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[the_crow]]></name></author>
		<updated>2003-04-14T14:52:20-04:00</updated>

		<published>2003-04-14T14:52:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19076#p19076</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19076#p19076"/>
		<title type="html"><![CDATA[Propose Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19076#p19076"><![CDATA[
Yessssss.... is that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>Can you help me!?!?<br>Thks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2778">the_crow</a> — Mon Apr 14, 2003 2:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-04-14T09:16:40-04:00</updated>

		<published>2003-04-14T09:16:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19060#p19060</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19060#p19060"/>
		<title type="html"><![CDATA[Propose Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19060#p19060"><![CDATA[
So, the propose of this is it to write in a file the nick of the person who calls a channel command, like !me and he to record it's nick in that file, is this what you want to do?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Apr 14, 2003 9:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[the_crow]]></name></author>
		<updated>2003-04-14T07:33:21-04:00</updated>

		<published>2003-04-14T07:33:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19055#p19055</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19055#p19055"/>
		<title type="html"><![CDATA[Propose Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19055#p19055"><![CDATA[
Sorry about my english.<br><br>Let me try explain even better...<br><br>The reason that i want this tcls it's for users from a channell, can give is nick to possibles op's. I would like to find one tcl, that permit one person make !me (it's a exemple) and the bot record's his nick(but only the nick) in a database.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2778">the_crow</a> — Mon Apr 14, 2003 7:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-04-13T10:53:58-04:00</updated>

		<published>2003-04-13T10:53:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19023#p19023</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19023#p19023"/>
		<title type="html"><![CDATA[Propose Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19023#p19023"><![CDATA[
Please define this "propose is nick to something" and probably I'll help you out somehow..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Apr 13, 2003 10:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[the_crow]]></name></author>
		<updated>2003-04-13T10:44:50-04:00</updated>

		<published>2003-04-13T10:44:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19021#p19021</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19021#p19021"/>
		<title type="html"><![CDATA[Propose Tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19021#p19021"><![CDATA[
HEllo there.<br>Im looking for a tcl for along time ago.<br>I try to find a tcl, that all users that are in the channel can propose is nick to something, and the bot keep the record of the persons that propose is nick.<br>Can you help me???<br>Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2778">the_crow</a> — Sun Apr 13, 2003 10:44 am</p><hr />
]]></content>
	</entry>
	</feed>
