2017 © Pedro Peláez
 

library phergie-irc-plugin-react-joinpart

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

image

phergie/phergie-irc-plugin-react-joinpart

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

  • Wednesday, August 10, 2016
  • by elazar
  • Repository
  • 4 Watchers
  • 1 Stars
  • 950 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

This project is abandoned

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., (*1)

phergie/phergie-irc-plugin-react-joinpart

Phergie plugin for providing commands to instruct the bot to join and part channels., (*2)

Build Status, (*3)

Install

The recommended method of installation is through composer., (*4)

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

See Phergie documentation for more information on installing and enabling plugins., (*5)

Configuration

This plugin has no configuration, but does require the Command plugin., (*6)

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:, (*7)

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

License

Released under the BSD License. See LICENSE., (*8)

The Versions

10/08 2016

dev-master

9999999-dev

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

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

22/12 2015

2.0.0

2.0.0.0

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

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

22/12 2015

dev-phergie-version2

dev-phergie-version2

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

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

24/12 2014

1.1.0

1.1.0.0

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

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

20/04 2014

1.0.0

1.0.0.0

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

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react