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

Set is_writeable=false rather than close().

parent 47380543
Branches
Tags
No related merge requests found
......@@ -141,7 +141,7 @@ function IRC_quit(server,reason) {
reason = IRCLIB_VERSION;
server.send("QUIT :" + reason + "\r\n");
server.close();
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.
Please register or to comment