require_once('Net/SmartIRC/irccommands.php') [line
44]
require_once('Net/SmartIRC/messagehandler.php') [line
45]
require_once('Net/SmartIRC/defines.php') [line
43]
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 showing IRC related info on webpages.
Documentation, a HOWTO, and examples are included in SmartIRC.
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.
Official Project Homepage: <http://pear.php.net/package/Net_SmartIRC/>
Net_SmartIRC conforms to RFC 2812 (Internet Relay Chat: Client Protocol)
Copyright (c) 2002-2005 Mirco Bauer <meebey@meebey.net> <http://www.meebey.net>
PHP version 5
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