phergie/phergie-irc-plugin-react-bofh

This package is abandoned and no longer maintained. No replacement package was suggested.

Phergie plugin for Pull excuses from bastard operator from hell

3.0.3 2016-04-25 22:36 UTC

This package is auto-updated.

Last update: 2020-03-12 13:52:53 UTC


README

Phergie plugin for pulling excuses from bastard operator from hell.

Build Status

Install

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.

Configuration

return [
    'plugins' => [
        // configuration
        new \Phergie\Irc\Plugin\React\BOFH\Plugin([



        ])
    ]
];

Tests

To run the unit test suite:

curl -s https://getcomposer.org/installer | php
php composer.phar install
./vendor/bin/phpunit

License

Released under the BSD License. See LICENSE.