Skip to content
Snippets Groups Projects
Commit ef30a78f authored by deuce's avatar deuce
Browse files

Remove even setting is_writeable.

Most likely the only problem was that we wern't reading the socket, so
we would never notice the end.

I saw the last line cut off on the last commit, so I'll test it here...

This is the last line.
parent 9735bf9e
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,6 @@ function IRC_quit(server,reason) {
reason = IRCLIB_VERSION;
server.send("QUIT :" + reason + "\r\n");
server.is_writeable=false;
/* wait up to 5 seconds for server to disconnect */
var start=time();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment