XChatOSD module form for X-Chat irc client

What is it?

This version of XChatOSD aimed to reimplement features of XChatOSD perl
script. It using XOsd library for displaing information that comes
from xchat. Main idea is to see what happening within irc while doing
work or watching movie.

This module is released under the terms of the GNU General Public License
(GNU/GPL). There is no warranty on this piece of software.

FEATURES

There are not so many. I think that there is not need for many ones:
- Simple set of /osd commands that allows to fully control module tuning
  without need to reload it or to edit config-files.
- Character recoding supplied by libiconv.
Guess that is all :)

BUGS

Many many many of them...
one great that i've decided to NOT FIX:
this module conflicts with XChatOSD perl script with config-files.
If you are going to work with them at the same time: edit xchatosd.h
(or xchatosd.pl :) and change all the strings containing 'xchatosd.conf'
to some value, that would not conflict with each other.

REQUIREMENTS

- XChat 2.0.9 or higher.
- XOsd library 2.x or higher with devel headers (well tested with 2.2.7)
- iconv library devel heades too (almost every linux disto already have it)
- c++ compiler (I've used g++. Have not tested with others)

INSTALL

Just try to type 'make' in command prompt. If you see file xchatosd.so
than you've done it! Simple copy that file to your xchat homedir (usually
~/.xchat2/ or system xchat's libdir (/usr/lib/xchat/plugins in my distro)

If this step failed then you need to edit Makefile to adjust libraries
and includes search paths for compiler.

CHANGES

View changelog if you need ones :)

HELP

If you need help you can type '/osd help' in xchat box. If it won't help 
you can email me. Also you can visit irc.dalnet.ru #c++ or #perl where
i'm sitting under nick OM and waiting for you :)
