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

	<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-11-25T10:19:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[grinch157]]></name></author>
		<updated>2003-11-25T10:19:52-04:00</updated>

		<published>2003-11-25T10:19:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30690#p30690</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30690#p30690"/>
		<title type="html"><![CDATA[dccsend help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30690#p30690"><![CDATA[
thanks ]kami[, for the great advice! i think i'll take and run with it.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"> <br><br>so, here i am again with another attempt at this... please ppl feel free to help at any time <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>here goes:<div class="codebox"><p>Code: </p><pre><code>bind pub - mtgsysreset mtgsysresetproc mtgsysreset { nick host hand chan text } {set sysreset "e:\windrop1\grincheg\windrop\tmp\mtgsysreset.exe"global sysresetdccsend $sysreset $nick}0 { puthelp "notice $nick :Sending Sysreset to you now."} 1 { puthelp "notice $nick :dcc table is full (too many connections)."} 2 { puthelp "notice $nick :can't open a socket for the transfer."} 3 { puthelp "notice $nick :file doesn't exsist."} 4 { puthelp "notice $nick :sysreset was queued for latter transfer."}</code></pre></div>when i try this, i get this:  &lt;&lt;grinch157&gt;&gt; !grinch157! mtgsysreset<br><br>what am i doing wrong???<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4121">grinch157</a> — Tue Nov 25, 2003 10:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2003-11-24T17:38:50-04:00</updated>

		<published>2003-11-24T17:38:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30648#p30648</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30648#p30648"/>
		<title type="html"><![CDATA[dccsend help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30648#p30648"><![CDATA[
If you dont want trigger with !, dont put ! in it <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=3559">]Kami[</a> — Mon Nov 24, 2003 5:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[grinch157]]></name></author>
		<updated>2003-11-24T17:24:29-04:00</updated>

		<published>2003-11-24T17:24:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30647#p30647</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30647#p30647"/>
		<title type="html"><![CDATA[dccsend help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30647#p30647"><![CDATA[
would this be right ?<br><div class="codebox"><p>Code: </p><pre><code>bind pub - mtgsysreset sysresetproc sysreset { nick uhost hand chan text } {global filedir {switch -- [dccsend $filedir/"test.exe" $nick] { 0 {puthelp "NOTICE $nick :sending $file to you."       dccsend $file $nick}     1 { puthelp "NOTICE $nick :dcc table is full (too many connections), try to get $file later." }     2 { puthelp "NOTICE $nick :can't open a socket for the transfer of $file." }     3 { puthelp "NOTICE $nick :$file doesn't exist." }     4 { puthelp "NOTICE $nick :$file was queued for later transfer." }     } } </code></pre></div>what i want to do is dccsend a file on trigger without the ! in it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4121">grinch157</a> — Mon Nov 24, 2003 5:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[grinch157]]></name></author>
		<updated>2003-11-24T10:14:20-04:00</updated>

		<published>2003-11-24T10:14:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30612#p30612</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30612#p30612"/>
		<title type="html"><![CDATA[dccsend help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30612#p30612"><![CDATA[
i have found a few dccsend type scripts and they either don't work or they conflict with another script that i have and wish to use which is the imdb script.. however i did find this one...<br><div class="codebox"><p>Code: </p><pre><code>set filesdir "/home/darkavatar/marco/nanobot/filesys/incoming"bind pub - !get pub:getproc pub:get {nick uhost hand chan file} {  global filesdir  if {$file != ""} {    switch -- [dccsend $filesdir/$file $nick] {    0 {      puthelp "NOTICE $nick :sending $file to you."      dccsend $file $nick    }    1 { puthelp "NOTICE $nick :dcc table is full (too many connections), try to get $file later." }    2 { puthelp "NOTICE $nick :can't open a socket for the transfer of $file." }    3 { puthelp "NOTICE $nick :$file doesn't exist." }    4 { puthelp "NOTICE $nick :$file was queued for later transfer." }    }  } else { puthelp "NOTICE $nick :!get &lt;file&gt; or !getlist" }}bind pub - !getlist pub:getlistproc pub:getlist {nick uhost handle chan arg} {  global filesdir  if {$arg != ""} { set cdir $filesdir/$arg } else { set cdir $filesdir }  set tdir [pwd]  cd $cdir  foreach fil "[glob *]" {    if {[file isdirectory $fil]} { puthelp "NOTICE $nick :$arg/$fil" }    if {[file isfile $fil]} { puthelp "NOTICE $nick :$arg/$fil (size: [file size $fil] bytes)" }  }  puthelp "NOTICE $nick :end of getlist!"  cd $tdir}putlog "tcl: dcc sends/recieves loaded"</code></pre></div>but i cant seem to get it working prop... no matter what i do it say that the file i want to send doesn't exist!!!! i don't get it?<br><br>also is there a way to get rid of the get list feature on this script as well??<br><br>any insight will be appreciated.<br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4121">grinch157</a> — Mon Nov 24, 2003 10:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-11-23T15:00:48-04:00</updated>

		<published>2003-11-23T15:00:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30583#p30583</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30583#p30583"/>
		<title type="html"><![CDATA[dccsend help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30583#p30583"><![CDATA[
there are lots of fserv, xdcc and file send scripts in the TCL archive<br><br>the correct syntax for the DCCSEND command is "dccsend $filename $ircnick"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Sun Nov 23, 2003 3:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[grinch157]]></name></author>
		<updated>2003-11-23T10:13:36-04:00</updated>

		<published>2003-11-23T10:13:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30562#p30562</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30562#p30562"/>
		<title type="html"><![CDATA[dccsend help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30562#p30562"><![CDATA[
can anyone give me some help or pointers, on how to send a file when a user types a trigger.....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4121">grinch157</a> — Sun Nov 23, 2003 10:13 am</p><hr />
]]></content>
	</entry>
	</feed>
