diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-06-30 21:37:38 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-06-30 21:37:38 +0200 |
commit | 735c6216752cfdf0d60632b54fe728cb07d10fcb (patch) | |
tree | a57569600044f731ddc73d603a7abc03c52d8529 | |
parent | b68c168f94e8c9b5f45ab9430ffae064fefd5c9c (diff) | |
parent | 9fad15fa073facce9163dc321f1e62af52b63a23 (diff) | |
download | irssi-735c6216752cfdf0d60632b54fe728cb07d10fcb.zip |
Merge pull request #73 from ailin-nemui/readme-other-modules
Point out more modules in README
-rw-r--r-- | README.md | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -2,11 +2,16 @@ [![Build Status](https://travis-ci.org/irssi/irssi.svg?branch=master)](https://travis-ci.org/irssi/irssi) -Irssi is a modular IRC client that currently has only text mode user interface, -but 80-90% of the code isn't text mode specific, so other UIs could be created -pretty easily. Also, Irssi isn't really even IRC specific anymore, there's -already a working [SILC](http://www.silcnet.org/) module available. Support for -other protocols like ICQ could be created some day too. +Irssi is a modular chat client that is most commonly known for its +text mode user interface, but 80% of the code isn't text mode +specific. We have a working but currently unmaintained GTK2 frontend +called xirssi. Irssi comes with IRC support built in, and there are +third party [ICB](https://github.com/jperkin/irssi-icb), +[SILC](http://www.silcnet.org/), +[XMPP](http://cybione.org/~irssi-xmpp/) (Jabber), +[PSYC](https://github.com/electric-blue/irssyc) and +[Quassel](https://github.com/phhusson/quassel-irssi) protocol modules +available. ## Installation |