remove pto
This commit is contained in:
parent
5fe9dde5f5
commit
7c3ce2a78a
2 changed files with 1 additions and 12 deletions
BIN
img/pto-48px.png
BIN
img/pto-48px.png
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB |
|
@ -109,18 +109,7 @@ 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: "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 },
|
||||
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