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

	<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-05-17T11:11:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-17T11:11:29-04:00</updated>

		<published>2003-05-17T11:11:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20330#p20330</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20330#p20330"/>
		<title type="html"><![CDATA[bind lost &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20330#p20330"><![CDATA[
Just checking, but you have made sure the script loads (place a putlog at the base of the file).<br><br>In adition, it looks like the mask is the handle of the user.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat May 17, 2003 11:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-17T10:51:30-04:00</updated>

		<published>2003-05-17T10:51:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20329#p20329</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20329#p20329"/>
		<title type="html"><![CDATA[bind lost &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20329#p20329"><![CDATA[
I know... but this is from the log:<blockquote class="uncited"><div>[21:35:20] &lt;***&gt; [21:59] CTCP DCC: SEND file.exe 3413996706 64796 3343769 from Squa|| (<a href="mailto:squall@bb-203-125-116-162.domain.com">squall@bb-203-125-116-162.domain.com</a>)<br>[21:35:21] &lt;***&gt; [21:59] DCC connection: SEND file.exe (Squa||!<a href="mailto:squall@bb-203-125-116-162.domain.com">squall@bb-203-125-116-162.domain.com</a>)<br>[21:35:23] &lt;***&gt; [21:59] Lost dcc send file.exe from Squa||!<a href="mailto:squall@bb-203-125-116-162.domain.com">squall@bb-203-125-116-162.domain.com</a> (5016/3343769)</div></blockquote>So I think it is the LOST bind, but i think will try the TOUT later on. May i know what is the mask inside the LOST binding meaning? the hostname of that particular sender? i tried bind lost - * proc ; bind lost - *!*@* proc ; bind lost - *@* proc , so what is needed for the mask if i want to use the the LOST bind?<p>Statistics: Posted by Guest — Sat May 17, 2003 10:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-17T10:37:27-04:00</updated>

		<published>2003-05-17T10:37:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20327#p20327</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20327#p20327"/>
		<title type="html"><![CDATA[bind lost &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20327#p20327"><![CDATA[
It is not allways the LOST bind that is called in these situations.<br><br>It depends on the client being used, and a few other things.<br><br>The TOUT bind may be called, rather than LOST.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat May 17, 2003 10:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-17T10:21:27-04:00</updated>

		<published>2003-05-17T10:21:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20324#p20324</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20324#p20324"/>
		<title type="html"><![CDATA[bind lost &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20324#p20324"><![CDATA[
I have problem with this binding. I tried this out:<br><blockquote class="uncited"><div>bind lost - * file_lost<br><br>proc file_lost {hand nick path transferred length} {<br>putlog "$hand $nick $path"<br>putlog "$transferred"<br>putlog "$length"<br>}</div></blockquote>I was just wanting to show what are those variables are about when i send the bot some file and cancel the sending to create a lost in send connection with the bot. But when i did a .binds in DCC Chat, it was not triggered at all. Transfer module is loaded. One thing i'm not very sure is the &lt;mask&gt; thing. What is the mask means? The hostname of the person sending the bot the file? Or some other things? Please advise 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 Guest — Sat May 17, 2003 10:21 am</p><hr />
]]></content>
	</entry>
	</feed>
