If you mean the eggdrop socket commands, try tcl-commands.doc. If you mean tcl socket commands, try www.tcl.tk (look in the manual pages as well as the tutorial section)
I want my egg to open and listen an port ... accept conections on that port and read information coming trought that port. Do you know where i cand find something to help me create a tcl, maibe an other tcl that does something similar ... 10x for replying anyway
eXcelsior wrote:I want my egg to open and listen an port ... accept conections on that port and read information coming trought that port. Do you know where i cand find something to help me create a tcl, maibe an other tcl that does something similar ... 10x for replying anyway
You could have (and should have) used the "search" function on this forum with keywords like "socket AND listen".
Also tcl-commands.doc contains a small example.