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

	<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>2005-07-07T01:32:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-07T01:32:44-04:00</updated>

		<published>2005-07-07T01:32:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51908#p51908</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51908#p51908"/>
		<title type="html"><![CDATA[let the bot acept files from other users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51908#p51908"><![CDATA[
you contributed to Tcl FAQ section, yet you obviously haven't read tcl-commands.doc in its entirety?<br><blockquote class="uncited"><div>    (21) SENT (stackable)<br>         bind sent &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>         proc-name &lt;handle&gt; &lt;nick&gt; &lt;path/to/file&gt;<br><br>         Description: after a user has successfully downloaded a file from<br>           the bot, this binding is triggered. mask is matched against the<br>           handle of the user that initiated the transfer and supports<br>           wildcards. nick is the actual recipient (on IRC) of the file. The<br>           path is relative to the dcc directory (unless the file transfer<br>           was started by a script call to 'dccsend', in which case the path<br>           is the exact path given in the call to 'dccsend').<br>         Module: transfer<br><br>    (22) RCVD (stackable)<br>         bind rcvd &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>         proc-name &lt;handle&gt; &lt;nick&gt; &lt;path/to/file&gt;<br><br>         Description: triggered after a user uploads a file successfully.<br>           mask is matched against the user's handle. nick is the IRC<br>           nickname that the file transfer originated from. The path is<br>           where the file ended up, relative to the dcc directory (usually<br>           this is your incoming dir).<br>         Module: transfer<br><br>...<br><br>    (43) LOST (stackable)<br>         bind lost &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>         proc-name &lt;handle&gt; &lt;nick&gt; &lt;path&gt; &lt;bytes-transferred&gt; &lt;length-of-file&gt;<br><br>         Description: triggered when a DCC SEND transfer gets lost, such as<br>           when the connection is terminated before all data was successfully<br>           sent/received. This is typically caused by a user abort.<br>         Module: transfer<br><br>    (44) TOUT (stackable)<br>         bind tout &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>         proc-name &lt;handle&gt; &lt;nick&gt; &lt;path&gt; &lt;bytes-transferred&gt; &lt;length-of-file&gt;<br><br>         Description: triggered when a DCC SEND transfer times out. This may<br>           either happen because the dcc connection was not accepted or<br>           because the data transfer stalled for some reason.<br>         Module: transfer</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Jul 07, 2005 1:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2005-07-06T17:57:35-04:00</updated>

		<published>2005-07-06T17:57:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51894#p51894</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51894#p51894"/>
		<title type="html"><![CDATA[let the bot acept files from other users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51894#p51894"><![CDATA[
set files-pat [pwd]<br>set incoming-path [pwd]<br>set upload-to-pwd 1<br><br>This are my settings. :/<br>The filesys modul is compiled and loaded too, for sure.<br>Any idea? :/<br><br>And how i can 'bind' this event?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Wed Jul 06, 2005 5:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-03T20:19:58-04:00</updated>

		<published>2005-07-03T20:19:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51735#p51735</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51735#p51735"/>
		<title type="html"><![CDATA[let the bot acept files from other users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51735#p51735"><![CDATA[
that means you didn't configure your filesys module - either <strong class="text-strong">files-path</strong> or/and <strong class="text-strong">incoming-path</strong> is not set, and your <strong class="text-strong">upload-to-pwd</strong> is 0<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Jul 03, 2005 8:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2005-07-03T19:29:25-04:00</updated>

		<published>2005-07-03T19:29:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51732#p51732</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51732#p51732"/>
		<title type="html"><![CDATA[let the bot acept files from other users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51732#p51732"><![CDATA[
If i try to send the bot a file:<br>notice from bot: "DCC file transfers not supported."<br>on partyline: "Refused dcc send test.txt from sKy.."<br><br>Is there a way to send the bot a file and he acept + bind/trigger it?<br>Well, sorry i don`t understand your answer. (file transfer modul loaded, eggdrop 1.6.17)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Sun Jul 03, 2005 7:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-02T19:23:27-04:00</updated>

		<published>2005-07-02T19:23:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51686#p51686</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51686#p51686"/>
		<title type="html"><![CDATA[let the bot acept files from other users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51686#p51686"><![CDATA[
this is done automatically upon receiving DCC SEND request<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Jul 02, 2005 7:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2005-07-02T18:50:14-04:00</updated>

		<published>2005-07-02T18:50:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51684#p51684</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51684#p51684"/>
		<title type="html"><![CDATA[let the bot acept files from other users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51684#p51684"><![CDATA[
How can the bot acept a file from a user which he will send with 'dcc send' over irc?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Sat Jul 02, 2005 6:50 pm</p><hr />
]]></content>
	</entry>
	</feed>
