/**
 * $Id: README,v 1.1.1.1 2002/12/23 01:53:06 meebey Exp $
 * $Revision: 1.1.1.1 $
 * $Author: meebey $
 * $Date: 2002/12/23 01:53:06 $
 */

Net_SmartIRC
----------------
What is this?
Net_SmartIRC is a PHP class for communication with IRC networks, which
conforms to the RFC 2812 (IRC Protocol). It's an API that handles all IRC
protocol messages. It is designed for creating IRC bots, chats and show irc
related info on webpages.

Please report bugs to:
http://sourceforge.net/tracker/?group_id=60664&atid=494859

Project Homepage:
http://sourceforge.net/projects/phpsmartirc

SmartIRC.php
The class itself.

SmartIRC/defines.php
Nessesary IRC related defines (reply codes).

SmartIRC/example.php
An example of how you can use this class for a mini php bot.

SmartIRC/example2.php
This example shows how to display the amount of users in a specific
IRC channel on your homepage.

SmartIRC/DOCUMENTATION
Full developer documention of the Net_SmartIRC class.

SmartIRC/HOWTO
Mini howto with detailed information, step by step.

SmartIRC/CHANGELOG
Listing of changes between all versions.

SmartIRC/README
this file

SmartIRC/LICENSE
The license of Net_SmartIRC.

SmartIRC/CREDITS
Creditlist with people who work on Net_SmartIRC.
