diff --git a/img/ircd-48px.png b/img/ircd-48px.png new file mode 100644 index 0000000..27e6198 Binary files /dev/null and b/img/ircd-48px.png differ diff --git a/src/components/HomePage.js b/src/components/HomePage.js index 1df4eec..1277903 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -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 Type /join { alias } }, + maturity: "Alpha", + comments: "Access any room anywhere in Matrix via good old IRC!", } ];