Very very Simple Chat Client... but it's can be so nice, when we're blocked to connect to the IRC SERVER. we can anonymously connect to the IRC Server it's able also to
connect behind blocked firewall just try it and feel free to copy it, piss :)
Reads Channel-Listing of an IRC Server and saves it into Database. Listing will be refreshed every x-minutes. (create_table function is just to create an example table for
saving data.)
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