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 plugin for providing commands to instruct the bot to join and part channels.
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.
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,
)
);
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
.