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>