summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2014-06-30 21:37:38 +0200
committerGeert Hauwaerts <geert@hauwaerts.be>2014-06-30 21:37:38 +0200
commit735c6216752cfdf0d60632b54fe728cb07d10fcb (patch)
treea57569600044f731ddc73d603a7abc03c52d8529
parentb68c168f94e8c9b5f45ab9430ffae064fefd5c9c (diff)
parent9fad15fa073facce9163dc321f1e62af52b63a23 (diff)
downloadirssi-735c6216752cfdf0d60632b54fe728cb07d10fcb.zip
Merge pull request #73 from ailin-nemui/readme-other-modules
Point out more modules in README
-rw-r--r--README.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/README.md b/README.md
index b76c6dbd..d6577fdf 100644
--- a/README.md
+++ b/README.md
@@ -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