inetlib is a small and optimized library for writing IRC bots and clients for Linux
in C. A small IRC bot that uses all the features of the library
is included with the source.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
New end-user functions include irc_connect(),
irc_disconnect(), irc_receive(), and
irc_check_ping(). For raw input/output, the
funcions _irc_raw_send() and _irc_raw_receive()
have been updated. Global variables are no longer
used, and some documentation has been written.