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.

the bot recieves file from me :P but i want to control him

Old posts that have not been replied to for several years.
Locked
A
AL-3AsHiG^^
Voice
Posts: 14
Joined: Thu Dec 09, 2004 9:40 am

the bot recieves file from me :P but i want to control him

Post by AL-3AsHiG^^ »

hi, thanks to everyone who helped me yesterday.

the bot can recieve files from me, but i want to control him.
i want to specify the file type, file size, file name (incase i want him to recieve just the file which its name is file.txt) and so on. how can i do something like that?

thank you again
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

bind ctcp DCC and handle SEND, checking the file name/extension/size; if it suits you, return 0 and the bot will proceed with receiving the file; if it doesn't, return 1 and receive is canceled
Locked