Zend - The PHP Company




Chat

Add Code


SmartIRC  

Type: class library
Added by: MEEBEY
Entered: 17/09/2002
Last modified: 09/12/2002
Rating: - (fewer than 3 votes)
Views: 6421
SmartIRC is a PHP class for communication with IRC networks that conforms to the RFC 2812 (IRC Protocol). It's an API that handles all IRC protocol messages. It is designed for creating IRC bots, chatrooms, and showing IRC related info on Web pages. Changes in the new 0.5.5 version: Several important bugs were fixed, like unregistered timehandlers that are tried to be called. Most bugfixes were in the channel sync code. Minor features like checking for isOpped(), isVoiced() and isBanned() were added. Tracking of the channel key is now supported, and the reconnect() function takes advantage of it. Compatibilty with PHP 5.0.0b1 was tested. If your PHP installation has PEAR included, and you have already a PEAR version of SmartIRC then run: pear upgrade Net_SmartIRC Otherwise for a new install: pear install Net_SmartIRC Or grab the SmartIRC package from the sf.net project page


<?php
sourcecode 
and current versions at http://sourceforge.net/projects/phpsmartirc

PEAR package page:
http://pear.php.net/Net_SmartIRC/

ChangeLog of the new version (0.5.5)
http://sourceforge.net/project/shownotes.php?group_id=60664&release_id=173425

?>


Usage Example


7 examples:
http://cvs.php.net/co.php/pear/Net_SmartIRC/examples/example.php?r=1.3
http://cvs.php.net/co.php/pear/Net_SmartIRC/examples/example2.php?r=1.3
http://cvs.php.net/co.php/pear/Net_SmartIRC/examples/example3.php?r=1.3
http://cvs.php.net/co.php/pear/Net_SmartIRC/examples/example4.php?r=1.3
http://cvs.php.net/co.php/pear/Net_SmartIRC/examples/example5.php?r=1.2
http://cvs.php.net/co.php/pear/Net_SmartIRC/examples/example6.php?r=1.3
http://cvs.php.net/co.php/pear/Net_SmartIRC/examples/example7.php?r=1.2


Rate This Script





Search



This Category All Categories