Old chat tweaks.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3360 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2016-12-22 18:24:19 +00:00
parent 4313cfbc4f
commit a1e2c2abae
4 changed files with 25 additions and 21 deletions

View File

@ -172,6 +172,7 @@ class IrcService {
this._send("QUIT");
this._socket.close();
this._service.notifyStateChanged("disconnected");
exit(0);
}
};