2017 © Pedro Peláez
 

library phergie-irc-plugin-react-autorejoin

Phergie plugin for automatically rejoining IRC channels on PART or KICK event.

image

enebe-nb/phergie-irc-plugin-react-autorejoin

Phergie plugin for automatically rejoining IRC channels on PART or KICK event.

  • Friday, October 2, 2015
  • by enebe-nb
  • Repository
  • 1 Watchers
  • 1 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

enebe-nb/phergie-irc-plugin-react-autorejoin

Phergie plugin for automatically rejoining IRC channels on PART or KICK event., (*1)

Build Status, (*2)

Install

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

{
    "require": {
        "enebe-nb/phergie-irc-plugin-react-autorejoin": "^1.0"
    }
}

See Phergie documentation for more information on installing plugins., (*4)

Configuration

return array(
    'plugins' => array(
        new \EnebeNb\Phergie\Plugin\AutoRejoin\Plugin(array(

            // Required: list of channels to rejoin
            'channels' => array('#channel1', '#channel2', '#channelN'),
            // or
            'channels' => '#channel1,#channel2,#channelN',

            // Optional: channel keys
            'keys' => array('key1', 'key2', 'keyN'),
            // or
            'keys' => 'key1,key2,keyN',

        )),
    ),
);

Tests

To run the unit test suite:, (*5)

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

License

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

The Versions

02/10 2015

dev-master

9999999-dev

Phergie plugin for automatically rejoining IRC channels on PART or KICK event.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

02/10 2015

1.0.2

1.0.2.0

Phergie plugin for automatically rejoining IRC channels on PART or KICK event.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

11/08 2015

1.0.1

1.0.1.0

Phergie plugin for automatically rejoining IRC channels on PART or KICK event.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

10/08 2015

1.0.0

1.0.0.0

Phergie plugin for automatically rejoining IRC channels on PART or KICK event.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react