Hello, in one of my addon where i use a socket to listen for connections, after i update to mirc 6.14 sometimes the command $portfree(N) returns true when i don't have no socket open in that port.
I used netstat -a to make sure.
If i put the socket in listen mode i get no errors so it realy must be a $portfree problem...
by the way, i still get the bug in "on *:sockwrite:" that sometimes triggers, one or more times together, when $sock($sockname).sent == 0
from mirc help: "The sockwrite event is triggered when mIRC has finished sending all of the info which you previously queued for sending."
Last edited by tontito; 06/03/04 12:56 PM.