Add NaChat
This commit is contained in:
parent
13207e991f
commit
34fe233fff
1 changed files with 10 additions and 0 deletions
|
@ -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",
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue