Merge pull request #36 from lub/issue13
Replace PTO with matrix-ircd - issue #13
This commit is contained in:
commit
558fd23291
3 changed files with 5 additions and 7 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 |
BIN
img/pto-48px.png
BIN
img/pto-48px.png
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB |
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue