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

	<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>2011-07-09T07:07:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[digitalbleh]]></name></author>
		<updated>2011-07-09T07:07:56-04:00</updated>

		<published>2011-07-09T07:07:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97179#p97179</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97179#p97179"/>
		<title type="html"><![CDATA[!request site.name tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97179#p97179"><![CDATA[
sorry this has now been made. i had a very nice person named arfer make the script for me. works very well<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11717">digitalbleh</a> — Sat Jul 09, 2011 7:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2011-07-08T16:10:34-04:00</updated>

		<published>2011-07-08T16:10:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97171#p97171</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97171#p97171"/>
		<title type="html"><![CDATA[Re: !request site.name tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97171#p97171"><![CDATA[
<blockquote class="uncited"><div>Hi,<br><br>Im looking for a tcl script, that will allow people in channel to use !request sitename.com, id like it to store those requested sitenames and the nickname of who requested it, in say a .txt file on the bots shell. There should be no flags for the "!request site.name" command, any user can use it.<br><br>Id like to be able to view the lists of requests with a command in channel or dcc or message, something like !listrequests / .listrequests / /msg bot !listrequests, this command should only be used by people with a certain bot flag.<br></div></blockquote>One way to do it, would be a script that lets anybody send a note to you, using the bot's built in notes system.<br><br>I think this would not be complicated at all. .... probably very short.<br><br>Then, you can access those notes via partyline.   Or via /msg, if you must.<br><br><blockquote class="uncited"><div>I would also like to be able to send a message to the channel and to the user when i have info for the requested site. Maybe by a command like "!fill nickname info-on-site".  The fill command should message the user the info, and tell the channel that the "info has been given for nicknames request of site.com" Once the site has been "filled" and the info sent to the nickname requesting it, and announced to the channel that it has been done, </div></blockquote>Not yet 100% sure of what you want here.<br>It sounds like you want to be able to leave a message for the user when they are not present.   To be delivered by the bot, when next they join.<br>Is this correct?<br><br>If this is based on nick, then it is not secure. <br>In other words, suppose we created a script such that you could leave a message for "Bozo". <br>Bot stores it.<br>Bot watches all joins.<br>A user with nick of Bozo joins, and bot delivers your message.<br>Bot is simply delivering it to the next nick that it sees that matches Bozo.  It may, or may not be the Bozo you wanted to message.<br><br>This may be good enough, for whatever you are trying to do.  We'll find out more when you reply.<br><br>I have a script that does just this, that I made some time ago.   Totally unsecure.  Based only on nick.    It saves a message, and burps it back up, when next that nick joins.<br>What it is though,  is super easy for anybody to use!   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>and, it is just for fun, silly messages.   <br><br><blockquote class="uncited"><div>id like to to remove the site.name from the list.</div></blockquote>Automatically?<br>Could be tricky, if using the built in notes system.<br>Might be easiest to send you another message, telling you which one(s) to  delete.<br><br><blockquote class="uncited"><div>I would also need the script to be able to be turned off and on with a command like !requeston / !requestoff , this command should only be used by a person with a certain bot flag.</div></blockquote>Usually, I do this with a command in the partyline.<br><blockquote class="uncited"><div>I have played a bit with tcl, but i really have no knowledge of how to go about making a tcl script like this for my eggdrop.  Im not sure also if this will be too hard or not, please reply, or send me a message for my email.<br></div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Jul 08, 2011 4:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[digitalbleh]]></name></author>
		<updated>2011-07-06T04:12:31-04:00</updated>

		<published>2011-07-06T04:12:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97160#p97160</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97160#p97160"/>
		<title type="html"><![CDATA[!request site.name tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97160#p97160"><![CDATA[
Hi,<br><br>Im looking for a tcl script, that will allow people in channel to use !request sitename.com, id like it to store those requested sitenames and the nickname of who requested it, in say a .txt file on the bots shell. There should be no flags for the "!request site.name" command, any user can use it.<br><br>Id like to be able to view the lists of requests with a command in channel or dcc or message, something like !listrequests / .listrequests / /msg bot !listrequests, this command should only be used by people with a certain bot flag.<br><br>I would also like to be able to send a message to the channel and to the user when i have info for the requested site. Maybe by a command like "!fill nickname info-on-site".  The fill command should message the user the info, and tell the channel that the "info has been given for nicknames request of site.com" Once the site has been "filled" and the info sent to the nickname requesting it, and announced to the channel that it has been done, id like to to remove the site.name from the list.<br><br>I would also need the script to be able to be turned off and on with a command like !requeston / !requestoff , this command should only be used by a person with a certain bot flag.<br><br>I have played a bit with tcl, but i really have no knowledge of how to go about making a tcl script like this for my eggdrop.  Im not sure also if this will be too hard or not, please reply, or send me a message for my email.<br><br>Brendan.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11717">digitalbleh</a> — Wed Jul 06, 2011 4:12 am</p><hr />
]]></content>
	</entry>
	</feed>
