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

File: SmartIRC.php

Source Location: /Net_SmartIRC-1.1.14/Net/SmartIRC.php

Classes:

Net_SmartIRC
main SmartIRC class
Net_SmartIRC_data
Struct for parsed incoming messages
Net_SmartIRC_channel
Struct for individual channel data
Net_SmartIRC_user
Struct for individual user data
Net_SmartIRC_channeluser
Struct for extra data that applies to each user in each channel they're in
Net_SmartIRC_ircuser
Struct for data that applies to each user server-wide
Net_SmartIRC_listenfor
Built-in bot used by Net_SmartIRC::listenFor()
Net_SmartIRC_Error

Page Details:

Includes:

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


SMARTIRC_VERSION [line 46]

SMARTIRC_VERSION = '1.1.14'

[ Top ]



SMARTIRC_VERSIONSTRING [line 47]

SMARTIRC_VERSIONSTRING = 'Net_SmartIRC '.SMARTIRC_VERSION

[ Top ]



Documentation generated on Thu, 25 Jul 2019 12:49:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.