2017 © Pedro Peláez
 

library phergie-irc-plugin-react-commandalias

Phergie plugin for enabling the use of custom aliases for existing bot commands

image

phergie/phergie-irc-plugin-react-commandalias

Phergie plugin for enabling the use of custom aliases for existing bot commands

  • Saturday, August 6, 2016
  • by elazar
  • Repository
  • 4 Watchers
  • 2 Stars
  • 103 Installations
  • PHP
  • 0 Dependents
  • 2 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 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-commandalias

Phergie plugin for enabling the use of custom aliases for existing bot commands., (*2)

This plugin is intended to complement the Command plugin., (*3)

Build Status, (*4)

Install

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

{
    "require": {
        "phergie/phergie-irc-plugin-react-commandalias": "dev-master"
    }
}

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

Configuration

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

    // All configuration is required

    'aliases' => array(
        // alias => command
        'j' => 'join',
        'p' => 'part',
        'q' => 'quit',
        'btc' => 'wolfram-alpha 1 BTC in US$',
        // ...
    ),

))

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

06/08 2016

dev-master

9999999-dev

Phergie plugin for enabling the use of custom aliases for existing bot commands

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

17/06 2016

2.0.0

2.0.0.0

Phergie plugin for enabling the use of custom aliases for existing bot commands

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react

24/12 2014

1.0.0

1.0.0.0

Phergie plugin for enabling the use of custom aliases for existing bot commands

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc react