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 4bc35b3a7b277a30cd0018fbf527a4516dfaa352
parent db40538038a4a3b203ee3276221ae3f68ea63aa3
Author: Johan Lindskogen <johan.lindskogen@gmail.com>
Date:   Sun,  1 Apr 2018 16:25:49 +0200

Add id to buffer

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

diff --git a/src/lib/weechat/types.ts b/src/lib/weechat/types.ts @@ -17,6 +17,7 @@ interface WeechatInfoList { } interface WeechatBuffer { + id: string; pointers: string[]; local_variables: Localvariables; notify: number;