Merge pull request #36 from lub/issue13

Replace PTO with matrix-ircd - issue #13
This commit is contained in:
Matthew Hodgson 2017-12-14 00:03:14 +00:00 committed by GitHub
commit 558fd23291
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 7 deletions

BIN
img/ircd-48px.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -111,16 +111,14 @@ var unlinkable_clients = [
comments: "Matrix client for Gnu Emacs",
},
{
name: "PTO (Perpetually Talking Online)",
logo: "img/pto-48px.png",
author: "Torrie Fischer",
homepage: "https://pto.im",
//room_url(alias) { return "irc://irc.matrix.org/" + alias },
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> },
user_instructions(userId) { return <span>Type <code>/invite <b>{ userId }</b></code></span> },
maturity: "Alpha",
comments: "Access any room anywhere in Matrix via good old IRC!",
},
}
];
export default React.createClass({