Protocol based on RivChat by Arkadiusz Kołacz (Wielebny K.).
Specification available at: http://akolacz.googlepages.com/RivChat-specyfikacja.PDF

griv requires gtk 2.12 or newer.
If you want autoaway to work, you have to have X11/extensions/scrnsaver.h
to get scrnsaver.h you need following packages:
- Ubuntu: xserver-xorg-dev x11proto-scrnsaver-dev libx11-dev libxss-dev
- Gentoo: x11-proto/scrnsaverproto

Basic Installation:
./configure
make
make install

Configuration file is located at ~/.config/griv.conf

Note:
RivChat protocol uses cp1250 encoding.
It would be possible to send cp1250 encoded messages only to RivChat users,
and UTF-8 messages to griv users.
If there's demand for it - please let me know (and ideally provide patch!).

Commandline options:
--nick (-n)
--user (-u)
--port (-p)

Example:
griv -n Tomasz -u desowin -p 16127
griv --nick Tomasz --user desowin --port 16127
