phergie/phergie-irc-plugin-react-daddy
最新稳定版本:2.0.0
Composer 安装命令:
composer require phergie/phergie-irc-plugin-react-daddy
包简介
Phergie IRC bot plugin responding to Who's your *? phrases
README 文档
README
A plugin for Phergie to react to phrases like "Who's your *?"
Install
The recommended method of installation is through composer.
{
"require": {
"phergie/phergie-irc-plugin-react-daddy": "~2"
}
}
See Phergie documentation for more information on installing plugins.
Configuration
new \Phergie\Irc\Plugin\React\Daddy\Plugin()
Usage
This plugin monitors PRIVMSG events attempting to locate messages like "Who's your *?". When it finds
one, it responds to the user who posted the message that they are, in fact, Phergie's *. For example, if IRC user
"bob" says "Who's my fish monger?", Phergie will respond with "You're my fish monger, bob!"
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.
统计信息
- 总下载量: 101
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2014-11-17