weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit 9ead269f0f71a9be535b3ca0151cc78236123d75
parent 94cf3ff981ebf3a78b17b19ddd6f4ab4afb79a94
Author: Johan Lindskogen <johan.lindskogen@gmail.com>
Date:   Thu,  5 Apr 2018 16:54:21 +0200

Add quit command

Diffstat:
Msrc/lib/weechat/connection.ts | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib/weechat/connection.ts b/src/lib/weechat/connection.ts @@ -54,6 +54,7 @@ export default class WeechatConnection { } close() { + this.send("quit"); this.websocket.close(); this.dispatch({ type: "DISCONNECT"