Skip to content

elstamey/phergie-irc-plugin-react-tableflip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phergie/phergie-irc-plugin-react-tableflip

Phergie plugin for Outputting an overturned table and the upside down translation of a word or phrase submitted.

Build Status

Install

The recommended method of installation is through composer.

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

See Phergie documentation for more information on installing and enabling plugins.

Configuration

return [
    'plugins' => [
        // configuration
        new \Phergie\Irc\Plugin\React\TableFlip\Plugin([])
    ]
];

Usage

Inside the channel #phergie

elstamey: !tableflip  I literally just ate a cricket right now
Phergie: 	(╯°□°)╯︵ ┻━┻  ʍou ʇɥƃıɹ ʇǝʞɔıɹɔ ɐ ǝʇɐ ʇsnɾ ʎꞁꞁɐɹǝʇıꞁ I

Tests

To run the unit test suite:

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

License

Released under the BSD License. See LICENSE.