give me a guide or anything else then i can find by myself if you don t want to tell it to me... I already searched in google and on this site but i didn t find anything.
And i just wanted to add that i m not this newbie who just ask his questions when he don t know , there are 3 days now i look how to do that and i don t find it , i already wrote all the code for my script ( 50 ko , not a little one ) but i can t find how to do that.
You can either use eggdrop's built-in network functions, or tcl's network functions.
For eggdrop's, look in tcl-commands.doc. The pertinent ones are "connect", "putdcc", and "control". There is a section near the end of tcl-commands.doc called "(C) TCP CONNECTIONS" that even gives a little sample code.
For tcl's, look at dev.scriptics.com or tcl.activestate.com at the manual, and look at the man pages for "socket", "puts", and "gets".