add matrix-ircd
This commit is contained in:
parent
7c3ce2a78a
commit
17351d129d
2 changed files with 9 additions and 0 deletions
BIN
img/ircd-48px.png
Normal file
BIN
img/ircd-48px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 847 B |
|
@ -109,6 +109,15 @@ var unlinkable_clients = [
|
|||
homepage: "http://fort.kickass.systems:10082/cgit/personal/rrix/pub/matrix.el.git/",
|
||||
maturity: "Alpha",
|
||||
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!",
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue