Skip to content
Snippets Groups Projects
Unverified Commit 34fe233f authored by Aaron Raimist's avatar Aaron Raimist
Browse files

Add NaChat

parent 13207e99
Branches
Tags
No related merge requests found
...@@ -90,6 +90,16 @@ var unlinkable_clients = [ ...@@ -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",
} }
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment