phergie/phergie-irc-plugin-react-joinpart

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

Phergie plugin for providing commands to instruct the bot to join and part channels

2.0.0 2015-12-22 04:09 UTC

This package is not auto-updated.

Last update: 2020-03-20 16:03:31 UTC


README

This repo is being kept for posterity and will be archived in a readonly state. If you're interested it can be forked under a new Composer namespace/GitHub organization.

phergie/phergie-irc-plugin-react-joinpart

Phergie plugin for providing commands to instruct the bot to join and part channels.

Build Status

Install

The recommended method of installation is through composer.

{
    "require": {
        "phergie/phergie-irc-plugin-react-joinpart": "~2"
    }
}

See Phergie documentation for more information on installing and enabling plugins.

Configuration

This plugin has no configuration, but does require the Command plugin.

return array(
    'plugins' => array(
        // dependency
        new \Phergie\Irc\Plugin\React\Command\Plugin,

        new \Phergie\Irc\Plugin\React\JoinPart\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.