require_once(
'SmartIRC/irccommands.php') [line
2590]
require_once(
'SmartIRC/messagehandler.php') [line
2591]
require_once(
'SmartIRC/defines.php') [line
46]
$Id: SmartIRC.php 302734 2010-08-24 01:17:01Z clockwerx $
$Revision: 302734 $ $Author: clockwerx $ $Date: 2010-08-24 10:47:01 +0930 (Tue, 24 Aug 2010) $
Net_SmartIRC This 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. This class is designed for creating IRC bots, chats and show irc related info on webpages.
Documenation, a HOWTO and examples are in SmartIRC included.
Here you will find a service bot which I am also developing <http://cvs.meebey.net/atbs> and <http://cvs.meebey.net/phpbitch> Latest versions of Net_SmartIRC you will find on the project homepage or get it through PEAR since SmartIRC is an official PEAR package. See <http://pear.php.net/Net_SmartIRC>.
Official Project Homepage: <http://sf.net/projects/phpsmartirc>
Net_SmartIRC conforms to RFC 2812 (Internet Relay Chat: Client Protocol)
Copyright (c) 2002-2005 Mirco Bauer <meebey@meebey.net> <http://www.meebey.net>
Full LGPL License: <http://www.gnu.org/licenses/lgpl.txt>
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.1 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.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA