add matrix-ircd

This commit is contained in:
lub 2017-11-18 16:20:07 +01:00
parent 7c3ce2a78a
commit 17351d129d
2 changed files with 9 additions and 0 deletions

BIN
img/ircd-48px.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 B

View file

@ -109,6 +109,15 @@ 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: "Matrix IRCd",
logo: "img/ircd-48px.png",
author: "matrix.org",
homepage: "https://github.com/matrix-org/matrix-ircd",
room_instructions(alias) { return <span>Type <code>/join <b>{ alias }</b></code></span> },
maturity: "Alpha",
comments: "Access any room anywhere in Matrix via good old IRC!",
} }
]; ];