Net_SmartIRC
[ class tree: Net_SmartIRC ] [ index: Net_SmartIRC ] [ all elements ]

File: SmartIRC.php

Source Location: /Net_SmartIRC-1.0.0/SmartIRC.php

Page Details:

Includes:

include_once('SmartIRC/irccommands.php') [line 47]
include_once('SmartIRC/messagehandler.php') [line 48]
include_once('SmartIRC/defines.php') [line 46]
$Id: SmartIRC.php,v 1.54.2.14 2005/05/27 23:40:09 meebey Exp $

$Revision: 1.54.2.14 $ $Author: meebey $ $Date: 2005/05/27 23:40:09 $

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 Projet Homepage: <http://sf.net/projects/phpsmartirc>

Net_SmartIRC conforms to RFC 2812 (Internet Relay Chat: Client Protocol)

Copyright (c) 2002-2003 Mirco 'meebey' 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


SMARTIRC_VERSION [line 49]

SMARTIRC_VERSION = '1.0.0 ($Revision: 1.54.2.14 $)'

[ Top ]



SMARTIRC_VERSIONSTRING [line 50]

SMARTIRC_VERSIONSTRING = 'Net_SmartIRC '.SMARTIRC_VERSION

[ Top ]



Documentation generated on Fri, 27 May 2005 19:50:23 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.