Hello All, I don't really know enough about the workings of mud clients or tcp/ip to really grasp a decent comment or reply.. But anyway.. This is what I did and everything works the way it should for me now.
At the top of the do_quit command I added, char strsave[MAX_INPUT_LENGTH]; After the two instances near the end of do quit just after close_socket( d ); I put this code unlink(strsave); This solves all my do_quit issues and client quit issues as well.. Regards, Chris

