Merge pull request #12 from aaronraimist/add-nachat

Add NaChat
This commit is contained in:
Matthew Hodgson 2016-10-04 22:15:15 +01:00 committed by GitHub
commit ab51025e4a

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",
} }
]; ];