diff options
author | Andrew Peng <pengc99@gmail.com> | 2015-12-14 17:26:16 +0000 |
---|---|---|
committer | Andrew Peng <pengc99@gmail.com> | 2015-12-14 17:26:16 +0000 |
commit | fd623c3d0a45c31cd7e84928f7c154b28bccbe39 (patch) | |
tree | 97c47fd2010cc8a26c711118897c752e0003196a | |
parent | Added IRCAnywhere (diff) | |
download | awesome-selfhosted-fd623c3d0a45c31cd7e84928f7c154b28bccbe39.tar.gz awesome-selfhosted-fd623c3d0a45c31cd7e84928f7c154b28bccbe39.zip |
Updated listing on IRCAnywhere to fix parenthesis
opened parenthesis but forgot to close them - this updates fixes that.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ Table of Contents - [Webmail clients](#webmail-clients) - [Mail Transfer Agents](#mail-transfer-agents) - [Mail Delivery Agents](#mail-delivery-agents) - - [Complete solutions](#complete-solutions) + - [Complete solutions](#complete-solutions)c - [XMPP](#xmpp) - [XMPP Servers](#xmpp-servers) - [XMPP Web Clients](#xmpp-web-clients) @@ -236,7 +236,7 @@ _[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP *[IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) communication software* * [Convos](http://convos.by/) - Always online web IRC client ([Demo](http://demo.convos.by), [Source code](http://github.com/nordaaker/convos)) `ARTv2` `Perl` - * [IRCAnywhere](http://ircanywhere.com/) - Open-source self-hosted alternative to IRCCloud ([Source](https://github.com/ircanywhere/ircanywhere) `JavaScript` `Node.js` + * [IRCAnywhere](http://ircanywhere.com/) - Open-source self-hosted alternative to IRCCloud ([Source](https://github.com/ircanywhere/ircanywhere)) `JavaScript` `Node.js` * [Quassel IRC](http://quassel-irc.org/) - distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core ([Source code](https://github.com/quassel/quassel)) `GPLv2` `C++` * [Shout](http://shout-irc.com/) - The self-hosted web IRC client ([Demo](http://demo.shout-irc.com/), [Source code](https://github.com/erming/shout)) `MIT` `Nodejs` * [Weechat](https://weechat.org/) - a fast, light and extensible chat client `GPLv3` `C` |