This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

dccsend in eggdrop 1.6.6

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

i made a script that sends a file to users that asks for it in a private window. And it worked a couple of days.... but now i sundenly get this error in the partyline when someone asks for it.

TCL error [Anna_ScriptSend]: invalid command name "dccsend"

while dccsend is a common command wich is provided in the tcl-commands.doc

the following code i use:
<pre>
bind msg - !AnnaScriptSend Anna_ScriptSend

proc Anna_ScriptSend {nick host hand arg} {
dccsend [full path and file name] $nick
}
</pre>
G
Guest

Post by Guest »

sorry this post meebee belongs in the tcl scripting forum... but for some reason it ended up here (stupid me or computer)

Greetings Xander
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

is the transfer module loaded?
G
Guest

Post by Guest »

aaah that was it
it was be on before but i restarted the bot lately....
thanx!

Xander
Locked