2017 © Pedro Peláez
 

library phergie-irc-plugin-react-puppet

Phergie plugin that allows a user to effectively speak and act as the bot.

image

pschwisow/phergie-irc-plugin-react-puppet

Phergie plugin that allows a user to effectively speak and act as the bot.

  • Friday, April 22, 2016
  • by PSchwisow
  • Repository
  • 1 Watchers
  • 2 Stars
  • 109 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

pschwisow/phergie-irc-plugin-react-puppet

Phergie plugin that allows a user to effectively speak and act as the bot., (*1)

Build Status Code Climate Test Coverage, (*2)

Install

The recommended method of installation is through composer. The command help plug-in is not required, but is recommended (omit it if choose to)., (*3)

{
    "require": {
        "phergie/phergie-irc-plugin-react-commandhelp": "^2",
        "pschwisow/phergie-irc-plugin-react-puppet": "^2"
    }
}

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

Configuration

There is no plug-in specific configuration. The command plug-in is a hard dependency. If you include command help as recommend in the install section, you should also include it here., (*5)

return array(
    'plugins' => [
        // dependencies
        new \Phergie\Irc\Plugin\React\Command\Plugin,
        new \Phergie\Irc\Plugin\React\CommandHelp\Plugin, // optional / recommended

        new \PSchwisow\Phergie\Plugin\Puppet\Plugin,
    ]
);

Usage

You can direct the bot either in a channel or by private message., (*6)

Private Message Window:, (*7)

PSchwisow: say #phergie I am a bot.
PSchwisow: act #phergie acts like a bot.
PSchwisow: notice #phergie I like bots.
PSchwisow: help say
Phergie: Usage: puppet saying something
Phergie: Instructs the bot to repeat the specified phrase.

Channel #phergie:, (*8)

Phergie: I am a bot.
- Phergie acts like a bot.
*Phergie* I like bots.

Tests

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

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

License

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

The Versions

22/04 2016

dev-master

9999999-dev

Phergie plugin that allows a user to effectively speak and act as the bot.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie

22/04 2016

2.0.0

2.0.0.0

Phergie plugin that allows a user to effectively speak and act as the bot.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie

06/01 2015

1.0.1

1.0.1.0

Phergie plugin that allows a user to effectively speak and act as the bot.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie

26/11 2014

1.0.0

1.0.0.0

Phergie plugin that allows a user to effectively speak and act as the bot.

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie