summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAilin Nemui <ailin@esf51.localdomain>2014-06-30 02:25:32 +0200
committerAilin Nemui <ailin@esf51.localdomain>2014-06-30 13:18:18 +0200
commit9fad15fa073facce9163dc321f1e62af52b63a23 (patch)
tree9081e8f7ed08b0bee7c2d1ce01026f1b41a5e906 /README.md
parent2e6f16c0faf345245c5a224de529827a51203d1c (diff)
downloadirssi-9fad15fa073facce9163dc321f1e62af52b63a23.zip
point out more modules in README
Diffstat (limited to 'README.md')
-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