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

	<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>2007-12-03T14:10:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[wubmerlin]]></name></author>
		<updated>2007-12-03T14:10:35-04:00</updated>

		<published>2007-12-03T14:10:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78947#p78947</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78947#p78947"/>
		<title type="html"><![CDATA[DCCSEND wont work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78947#p78947"><![CDATA[
Oh ... and i teste with a wrong filename, the bot reply this:<br><br>[13:05:38] -BOT- /home/eggdrop/test2.txt doesn't exist.<br><br>If i put the GOOD filename, NOTHING happend ... the bot didn't react ...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9430">wubmerlin</a> — Mon Dec 03, 2007 2:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[wubmerlin]]></name></author>
		<updated>2007-12-03T14:06:32-04:00</updated>

		<published>2007-12-03T14:06:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78946#p78946</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78946#p78946"/>
		<title type="html"><![CDATA[DCCSEND wont work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78946#p78946"><![CDATA[
Hello, i try to make my bot send test.txt. all needed modules are loaded but i cant get this **** work.<br><br>Eggdrop v1.6.18+SSL (C) 1997 Robey Pointer (C) 2006 Eggheads<br>[12:54] --- Loading eggdrop v1.6.18+SSL (Mon Dec  3 2007)<br>[12:54] Listening at telnet port 52456 (all).<br>[12:54] Module loaded: dns<br>[12:54] Module loaded: channels<br>[12:54] Module loaded: server<br>[12:54] Module loaded: ctcp<br>[12:54] Module loaded: irc<br>[12:54] Module loaded: transfer         (with lang support)<br>[12:54] Module loaded: share<br>[12:54] Module loaded: filesys          (with lang support)<br>[12:54] Module loaded: notes            (with lang support)<br>[12:54] Module loaded: console          (with lang support)<br>[12:54] Module loaded: blowfish<br>[12:54] Module loaded: uptime<br><br>Here's my code:<div class="codebox"><p>Code: </p><pre><code>set files "/home/eggdrop/test.txt"bind pub - !test test_sendproc test_send {nick uhost hand chan file} {        global files        switch -- [dccsend $files $nick] {                0 {                        puthelp "NOTICE $nick :sending $files to you."                        dccsend $files $nick                }                1 { puthelp "NOTICE $nick :dcc table is full (too many connections), try to get $files later." }                2 { puthelp "NOTICE $nick :can't open a socket for the transfer of $files." }                3 { puthelp "NOTICE $nick :$files doesn't exist." }                4 { putserv "PRIVMSG $chan :Unable to send $files (User has too many transfers)" }        }}</code></pre></div><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9430">wubmerlin</a> — Mon Dec 03, 2007 2:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
