hiya,
I'm having some problems dcc sending a file..
looked at some example scripts and search the forum here already, but didn't really find anything that helped me :/
the file I want to send to a user is stored in $file..
I write to $file, and after that I just have
[dccsend $file $nick] but that doesn't seem to work and the partyline says: invalid command name "dccsend"
Ignorant and lazy people will save 30 minutes by chosing simple config file. Smart ones will save 3000 minutes of *everyone's* time by opting for complete config file.
regardless of the []'s, this command should work, however, depending on how it's done, it will most likely display an error.
The dccsend command returns a number, depedning on what it did (error, queued or so on).
Using the [] will allow you to capture this return value, however, using the [] on a line by itself, will cause an error EG "Inavlid command name "1"".
THis problem is actualy caused by the filesys module not being loaded.