libircclient is a small but powerful library, which implements client-server IRC protocol. It is designed to be small, fast, portable and compatible to RFC standards, and most IRC clients. libircclient features include:
To compile libircclient, unpack the distribution, and do the standard mantra:
# ./configure # make # make install
To compile libircclient under MS Windows:
Documentation is not installed with make install; you should copy it somewhere by hand. There is html documentation (in doc/html) and manual pages (doc/man). It is also recommended to check the examples directory, there are a few examples, they'll help you.
If you have any questions, bug reports, suggestions regarding libircclient - please send them to tim@krasnogorsk.ru.
Copyright (C) 2004 Georgy Yunaev tim@krasnogorsk.ru
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library 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 Lesser General Public License for more details.