2017 © Pedro Peláez
 

library phergie-irc-plugin-react-altnick

Phergie plugin for switching to alternate nicks when primary is not available

image

pschwisow/phergie-irc-plugin-react-altnick

Phergie plugin for switching to alternate nicks when primary is not available

  • Saturday, April 23, 2016
  • by PSchwisow
  • Repository
  • 1 Watchers
  • 0 Stars
  • 66 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

pschwisow/phergie-irc-plugin-react-altnick

Phergie plugin for switching to alternate nicks when primary is not available., (*1)

Build Status Code Climate Test Coverage, (*2)

Install

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

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

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

Configuration

return [
    'plugins' => [
        // configuration
        new \PSchwisow\Phergie\Plugin\AltNick\Plugin([
            // At least one alternate nick
            'nicks' => [
                'Foo',
                'Foo_',
                'FooBar'
            ],
            // Optional: if primary nickname is in use, reclaim it if it disconnects
            'recovery' => true,
        ])
    ]
];

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

23/04 2016

dev-master

9999999-dev

Phergie plugin for switching to alternate nicks when primary is not available

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie

23/04 2016

2.0.0

2.0.0.0

Phergie plugin for switching to alternate nicks when primary is not available

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie

23/02 2015

1.0.0

1.0.0.0

Phergie plugin for switching to alternate nicks when primary is not available

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie