Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Phergie plugin for providing the ability to send and receive IRC messages via middleware

License

Notifications You must be signed in to change notification settings

phergie/phergie-irc-plugin-react-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

phergie/phergie-irc-plugin-react-bridge

Phergie plugin for providing the ability to send and receive IRC messages via middleware.

Build Status

Install

The recommended method of installation is through composer. Be advised you may need to set minimum-stability to dev to use this plugin. Read about minimum-stability here

composer require phergie/phergie-irc-plugin-react-bridge:dev-master

❗ This plugin requires Phergie Irc Bot React version less than 2 and greater than 1.0. These are old versions of the bot core and this plugin will probably require modifications to work with newer versions of the bot.

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

Configuration

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



))

Tests

To run the unit test suite:

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

License

Released under the BSD License. See LICENSE.

About

Phergie plugin for providing the ability to send and receive IRC messages via middleware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages