I Figured Out How To Work With UDP Sockets But I Need Erm...Chars
When I Type These Chars In Eggdrop File ÿÿÿÿ It Converts Into ????
So I Need Like chr() Function Or Something Else To Send These Chars Throught Socket?
you gotta use the backslash to escape before using special characters like those, otherwise they will be misinterpreted by tcl, so instead of "ÿÿÿ", do "\ÿ\ÿ\ÿ"