Add NaChat

This commit is contained in:
Aaron Raimist 2016-10-02 20:13:48 -05:00
parent 13207e991f
commit 34fe233fff
No known key found for this signature in database
GPG key ID: 37419210002890EF

View file

@ -90,6 +90,16 @@ var unlinkable_clients = [
homepage: "http://fort.kickass.systems:10082/cgit/personal/rrix/pub/matrix.el.git/", homepage: "http://fort.kickass.systems:10082/cgit/personal/rrix/pub/matrix.el.git/",
maturity: "Alpha", maturity: "Alpha",
comments: "Matrix client for Gnu Emacs", comments: "Matrix client for Gnu Emacs",
},
{
name: "NaChat",
logo: "",
author: "Benjamin Saunders",
homepage: "https://github.com/Ralith/nachat",
maturity: "Alpha",
room_instructions(alias) { return <span>Type <code>/join <b>{ alias }</b></code></span> },
user_instructions(userId) { return <span>Type <code>/invite <b>{ userId }</b></code></span> },
comments: "Qt5 and C++ cross-platform desktop Matrix client",
} }
]; ];