2014-06-12 06:15:31 -04:00
|
|
|
# Irssi
|
|
|
|
|
2014-06-15 11:32:17 -04:00
|
|
|
[![Build Status](https://travis-ci.org/irssi/irssi.svg?branch=master)](https://travis-ci.org/irssi/irssi)
|
|
|
|
|
2014-06-29 20:25:32 -04:00
|
|
|
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.
|
1999-09-03 10:27:29 -04:00
|
|
|
|
2014-06-10 13:40:53 -04:00
|
|
|
## Installation
|
1999-09-03 10:27:29 -04:00
|
|
|
|
2014-06-11 11:31:34 -04:00
|
|
|
See the `INSTALL` file.
|
1999-09-03 10:27:29 -04:00
|
|
|
|
2014-06-10 13:40:53 -04:00
|
|
|
## Features
|
1999-09-03 10:27:29 -04:00
|
|
|
|
2001-03-10 13:49:00 -05:00
|
|
|
So what's so great about Irssi? Here's a list of some features I can
|
|
|
|
think of currently:
|
|
|
|
|
2014-06-10 13:40:53 -04:00
|
|
|
- **Optional automation** - There's lots of things Irssi does for you
|
2001-03-10 13:49:00 -05:00
|
|
|
automatically that some people like and others just hate. Things like:
|
|
|
|
nick completion, creating new window for newly joined channel, creating
|
|
|
|
queries when msgs/notices are received or when you send a msg, closing
|
|
|
|
queries when it's been idle for some time, etc.
|
|
|
|
|
2017-10-22 01:00:11 -04:00
|
|
|
- **Multiserver friendly** - I think Irssi has clearly the best support
|
2001-03-10 13:49:00 -05:00
|
|
|
for handling multiple server connections. You can have as many as you
|
|
|
|
want in as many ircnets as you want. Having several connections in one
|
|
|
|
server works too, for example when you hit the (ircnet's) 10
|
|
|
|
channels/connection limit you can just create another connection and
|
|
|
|
you hardly notice it. If connection to server is lost, Irssi tries to
|
|
|
|
connect back until it's successful. Also channels you were joined
|
|
|
|
before disconnection are restored, even if they're "temporarily
|
|
|
|
unavailable" because of netsplits, Irssi keeps rejoining back to them.
|
|
|
|
Also worth noticing - there's not that stupid "server is bound to this
|
|
|
|
window, if this window gets closed the connection closes" thing that
|
|
|
|
ircII based clients have.
|
|
|
|
|
2014-06-10 13:40:53 -04:00
|
|
|
- **Channel automation** - You can specify what channels to join to
|
2001-03-10 13:49:00 -05:00
|
|
|
immediately after connected to some server or IRC network. After joined
|
|
|
|
to channel, Irssi can automatically request ops for you (or do
|
|
|
|
anything, actually) from channel's bots.
|
|
|
|
|
2014-06-10 13:40:53 -04:00
|
|
|
- **Window content saving** - Say /LAYOUT SAVE when you've put all the
|
2001-03-10 13:49:00 -05:00
|
|
|
channels and queries to their correct place, and after restarting
|
|
|
|
Irssi, the channels will be joined back into windows where they were
|
|
|
|
saved.
|
|
|
|
|
2014-06-10 13:40:53 -04:00
|
|
|
- **Tab completing anything** - You can complete lots of things with tab:
|
2001-03-10 13:49:00 -05:00
|
|
|
nicks, commands, command -options, file names, settings, text format
|
|
|
|
names, channels and server names. There's also an excellent /msg
|
|
|
|
completion that works transparently with multiple IRC networks.
|
|
|
|
Completing channel nicks is also pretty intelligent, it first goes
|
|
|
|
through the people who have talked to you recently, then the people who
|
|
|
|
have talked to anyone recently and only then it fallbacks to rest of
|
|
|
|
the nicks. You can also complete a set of words you've specified, for
|
|
|
|
example homepage<tab> changes it to your actual home page URL.
|
|
|
|
|
2014-06-10 13:40:53 -04:00
|
|
|
- **Excellent logging** - You can log any way you want and as easily or
|
2001-03-10 13:49:00 -05:00
|
|
|
hard as you want. With autologging Irssi logs everything to specified
|
|
|
|
directory, one file per channel/nick. ircII style /WINDOW LOG ON is
|
|
|
|
also supported. There's also the "hard way" of logging - /LOG command
|
|
|
|
which lets you specify exactly what you wish to log and where. Log
|
|
|
|
rotating is supported with all the different logging methods, you can
|
|
|
|
specify how often you want it to rotate and what kind of time stamp to
|
|
|
|
use.
|
|
|
|
|
2014-06-10 13:40:53 -04:00
|
|
|
- **Excellent ignoring** - You can most probably ignore anything any way
|
2001-03-10 13:49:00 -05:00
|
|
|
you want. Nick masks, words, regular expressions. You can add
|
|
|
|
exceptions to ignores. You can ignore other people's replies in
|
|
|
|
channels to nicks you have ignored. You can also specify that the
|
|
|
|
specific ignores work only in specific channel(s).
|
|
|
|
|
2014-06-10 13:40:53 -04:00
|
|
|
- **Lastlog and scrollback handling** - /LASTLOG command has some new
|
2001-03-10 13:49:00 -05:00
|
|
|
features: -new option checks only lines that came since you last did
|
|
|
|
/LASTLOG command, -away option checks new lines since you last went
|
|
|
|
away. Regular expression matches work also, of course. Going to some
|
|
|
|
wanted place at scrollback has always been hard with non-GUI clients. A
|
|
|
|
search command that jumps around in scrollback in GUI-style is still
|
|
|
|
missing from Irssi, but there's something that's almost as good as it.
|
|
|
|
/LASTLOG always shows timestamps when the line was printed, even if you
|
2017-10-22 01:00:11 -04:00
|
|
|
didn't have timestamps on. Now doing /SB GOTO \<timestamp\> jumps
|
2001-03-10 13:49:00 -05:00
|
|
|
directly to the position in scrollback you wanted. Great feature when
|
|
|
|
you want to browse a bit of the discussion what happened when someone
|
|
|
|
said your name (as seen in awaylog) or topic was changed (/last
|
|
|
|
-topics)
|
|
|
|
|
2014-06-12 06:15:31 -04:00
|
|
|
## Files
|
|
|
|
|
|
|
|
- The `docs/` directory contains several documents:
|
|
|
|
- `startup-HOWTO.txt` - new users should read this
|
|
|
|
- `manual.txt` - manual I started writing but didn't get it very far :)
|
|
|
|
- `perl.txt` - Perl scripting help
|
2017-10-22 01:00:11 -04:00
|
|
|
- `formats.txt` - How to use colors, etc. with Irssi
|
2014-06-12 06:15:31 -04:00
|
|
|
- `faq.txt` - Frequently Asked Questions
|
2017-10-22 01:00:11 -04:00
|
|
|
- `special_vars.txt` - some predefined $variables you can use with Irssi
|
2014-06-12 06:15:31 -04:00
|
|
|
|
2014-06-10 13:40:53 -04:00
|
|
|
## Bugs / Suggestions
|
1999-09-03 10:27:29 -04:00
|
|
|
|
2014-06-11 11:33:43 -04:00
|
|
|
See the `TODO` file, http://bugs.irssi.org and the GitHub issues if it is
|
2014-06-12 06:15:31 -04:00
|
|
|
already listed in there; if not, open an issue on GitHub or send a mail to
|
|
|
|
[staff@irssi.org](mailto:staff@irssi.org).
|
2008-03-10 15:20:01 -04:00
|
|
|
|
2014-06-11 11:31:34 -04:00
|
|
|
You can also contact the Irssi developers in #irssi on freenode.
|