2017 © Pedro Peláez
 

library phergie-irc-plugin-react-formstackbot

Phergie IRC bot plugin responding to Who's your *? phrases

image

phergie/phergie-irc-plugin-react-formstackbot

Phergie IRC bot plugin responding to Who's your *? phrases

  • Monday, November 24, 2014
  • by bkmorse
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

phergie/phergie-irc-plugin-react-formstackbot

A plugin for Phergie to react to users who privately message the bot and ask them to sign up and submit data to formstack.com api", (*1)

Install

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

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

See Phergie documentation for more information on installing plugins., (*3)

Configuration

new \bkmorse\Phergie\Irc\Plugin\React\FormStackBot\Plugin(array(
    'prefix' => '!', // string denoting the start of a command
    'pattern' => '/^!/', // PCRE regular expression denoting the presence of a
    'nick' => true, // true to match common ways of addressing the bot by its
                    // connection nick
    'formstack_form_id' => '', // id of form in formstack.com dashboard
    'formstack_token'   => '', // token from when you create an application on formstack.com
)),

Usage

This plugin monitors PRIVMSG events attempting.", (*4)

Tests

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

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

The Versions

24/11 2014

dev-master

9999999-dev https://github.com/bkmorse/phergie-irc-plugin-react-formstackbot

Phergie IRC bot plugin responding to Who's your *? phrases

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie