A PHP data structure for containing event information per the IRC protocol as described in RFC 1459.
Primarily used by IRC bot implementations of the Phergie project.
To run the unit test suite:
curl -s https://getcomposer.org/installer | php
php composer.phar install
./vendor/bin/phpunit
Released under the BSD License. See LICENSE
.
Check out #phergie on irc.freenode.net.