Phergie plugin for pulling excuses from bastard operator from hell.
The recommended method of installation is through composer.
{
"require": {
"phergie/phergie-irc-plugin-react-bofh": "^2"
}
}
See Phergie documentation for more information on installing and enabling plugins.
return [
'plugins' => [
// configuration
new \Phergie\Irc\Plugin\React\BOFH\Plugin([
])
]
];
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
.