2017 © Pedro Peláez
 

library phergie-irc-plugin-react-autojoin

Phergie plugin for automatically joining IRC channels

image

phergie/phergie-irc-plugin-react-autojoin

Phergie plugin for automatically joining IRC channels

  • Sunday, April 30, 2017
  • by elazar
  • Repository
  • 4 Watchers
  • 4 Stars
  • 1,984 Installations
  • PHP
  • 7 Dependents
  • 1 Suggesters
  • 3 Forks
  • 1 Open issues
  • 7 Versions
  • 1 % 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-autojoin

A plugin for Phergie to join channels when connecting to servers., (*2)

Build Status, (*3)

Install

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

composer require phergie/phergie-irc-plugin-react-autojoin

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

Configuration

return array(
    'plugins' => array(

        new \Phergie\Irc\Plugin\React\AutoJoin\Plugin(array(

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

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

            // Optional: if true, doesn't join channels until
            // the NickServ plugin has successfully logged in
            'wait-for-nickserv' => true,

        )),

        // If wait-for-nickserv is enabled, the NickServ plugin must also be used
        new \Phergie\Irc\Plugin\React\NickServ(array(
            /* .... */
        )),

    ),
);

The option wait-for-nickserv depends on the NickServ plugin version >=1.3.0., (*6)

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

30/04 2017

dev-master

9999999-dev

Phergie plugin for automatically joining IRC channels

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

18/12 2016

dev-feature/update-travis-versions

dev-feature/update-travis-versions

Phergie plugin for automatically joining IRC 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 automatically joining IRC channels

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

22/12 2015

dev-version-2-updates

dev-version-2-updates

Phergie plugin for automatically joining IRC channels

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

27/05 2015

1.1.0

1.1.0.0

Phergie plugin for automatically joining IRC channels

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

27/12 2014

1.0.1

1.0.1.0

Phergie plugin for automatically joining IRC 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 automatically joining IRC channels

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react