
		      Irssi item_sendqueue module

		     Copyright 2003 Elmar Hoffmann


A module for the Irssi IRC client (http://www.irssi.org/) that adds a
statusbar item displaying the length of the command sendqueue for the
current IRC server.


LICENSE
=======

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


INSTALL
=======

item_sendqueue assumes that you compiled irssi using glib version 2.0
or greater.

Compile and install like this, replacing /usr/local/src/irssi with the
path to the Irssi source on your system:

export IRSSI=/usr/local/src/irssi
gcc item_sendqueue.c -Wall -g -o ~/.irssi/modules/libitem_sendqueue.so -shared -I$IRSSI -I$IRSSI/src -I$IRSSI/src/core -I$IRSSI/src/irc/core -I$IRSSI/src/fe-common/core -I$IRSSI/src/fe-text -DHAVE_CONFIG_H `pkg-config --cflags glib-2.0`

In Irssi then do:

/LOAD item_sendqueue

To make Irssi automatically load it on startup, add the above line to
"~/.irssi/startup".

Use the "/STATUSBAR" command to add the "sendqueue" item to your statusbar,
for example doing:

/STATUSBAR window ADD -after lag sendqueue

The integer setting sendqueue_min_show allows you to specify the mininum queue
length to be reahed, before the sendqueue item shows in the statusbar.


CONTACT
=======

The item_sendqueue homepage is at http://www.elho.net/irc/irssi/item_sendqueue/

Please report any bugs to irssi-item_sendqueue@elho.net.
