remove pto

This commit is contained in:
lub 2017-11-18 16:14:05 +01:00
parent 5fe9dde5f5
commit 7c3ce2a78a
2 changed files with 1 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -109,18 +109,7 @@ var unlinkable_clients = [
homepage: "http://fort.kickass.systems:10082/cgit/personal/rrix/pub/matrix.el.git/", homepage: "http://fort.kickass.systems:10082/cgit/personal/rrix/pub/matrix.el.git/",
maturity: "Alpha", maturity: "Alpha",
comments: "Matrix client for Gnu Emacs", 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({ export default React.createClass({