2017 © Pedro Peláez
 

library phergie-irc-plugin-react-quit

Phergie plugin for providing a command to instruct the bot to terminate a connection

image

phergie/phergie-irc-plugin-react-quit

Phergie plugin for providing a command to instruct the bot to terminate a connection

  • Sunday, April 30, 2017
  • by elazar
  • Repository
  • 4 Watchers
  • 1 Stars
  • 880 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 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-quit

Phergie plugin for providing a command to instruct the bot to terminate a connection., (*2)

Build Status, (*3)

Install

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

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

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

Note that this plugin depends on the Command plugin plugin, which is installed as a dependency by composer but must still be enabled in your Phergie configuration file to be available to this plugin., (*6)

Configuration

return array(
    'plugins' = array(
        new \Phergie\Irc\Plugin\React\Command\Plugin, // dependency

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

            // Optional: sprintf-compatible template for the message sent when the bot
            // quits; takes one parameter, a string containing the nick of the user who
            // initiated the command to quit
            'message' => 'because %s said so',

        )),
    )
);

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 providing a command to instruct the bot to terminate a connection

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

18/12 2016

dev-feature/update-travis-version

dev-feature/update-travis-version

Phergie plugin for providing a command to instruct the bot to terminate a connection

  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 a command to instruct the bot to terminate a connection

  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 a command to instruct the bot to terminate a connection

  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 a command to instruct the bot to terminate a connection

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

20/04 2014

1.0.1

1.0.1.0

Phergie plugin for providing a command to instruct the bot to terminate a connection

  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 a command to instruct the bot to terminate a connection

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react