diff options
author | Zeniic <Zeniic@users.noreply.github.com> | 2016-11-22 02:12:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 02:12:48 +0000 |
commit | 58eddd87e41a69f51c1a4e6a607e2080376c4ed2 (patch) | |
tree | 5c4e510297ebc62a1e653a6832de67829dd04904 | |
parent | Merge pull request #857 from m1guelpf/patch-1 (diff) | |
download | awesome-selfhosted-58eddd87e41a69f51c1a4e6a607e2080376c4ed2.tar.gz awesome-selfhosted-58eddd87e41a69f51c1a4e6a607e2080376c4ed2.zip |
Added Shout-IRC
Added a new IRC to the list.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -302,6 +302,7 @@ _[IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) communication software * [IRCAnywhere](http://ircanywhere.com/) - Open-source self-hosted alternative to IRCCloud. ([Source Code](https://github.com/ircanywhere/ircanywhere)) `GPLv2` `Nodejs` * [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++` * [Robust IRC](https://robustirc.net/) - RobustIRC is IRC without netsplits. Distributed IRC server, based on RobustSession protocol. ([Source Code](https://github.com/robustirc/robustirc)) `BSD` `Go` + * [Shout](http://shout-irc.com/) - Shout is a web IRC client that you host on your own server. ([Source Code](https://github.com/erming/shout)) * [The Lounge](https://thelounge.github.io/) - The self-hosted web IRC client. ([Demo](https://avatar.playat.ch:1000/), [Source Code](https://github.com/thelounge/lounge)) `MIT` `Nodejs` * [Weechat](https://weechat.org/) - A fast, light and extensible chat client. `GPLv3` `C` * [ZNC](http://wiki.znc.in/ZNC) - An advanced IRC bouncer. ([Source Code](https://github.com/znc/znc)) `Apache` `C++` |