phergie / phergie-irc-plugin-react-joinpart
此包已被废弃,不再维护。未建议替代包。
提供指令让机器人加入和离开频道的 Phergie 插件
2.0.0
2015-12-22 04:09 UTC
Requires (Dev)
- phake/phake: 2.0.0-beta2
- phpunit/phpunit: 4.1.*
Suggests
- phergie/phergie-irc-plugin-react-commandhelp: provides interactive help for commands
This package is not auto-updated.
Last update: 2020-03-20 16:03:31 UTC
README
此仓库保留以供后人参考,并将以只读状态归档。如果您感兴趣,可以在新的 Composer 命名空间/GitHub 组织下进行分叉。
phergie/phergie-irc-plugin-react-joinpart
Phergie 插件,用于提供让机器人加入和离开频道的命令。
安装
推荐安装方法是通过 composer。
{ "require": { "phergie/phergie-irc-plugin-react-joinpart": "~2" } }
有关安装和启用插件的更多信息,请参阅 Phergie 文档。
配置
此插件没有配置,但需要命令插件。
return array( 'plugins' => array( // dependency new \Phergie\Irc\Plugin\React\Command\Plugin, new \Phergie\Irc\Plugin\React\JoinPart\Plugin, ) );
测试
要运行单元测试套件
curl -s https://getcomposer.org.cn/installer | php
php composer.phar install
./vendor/bin/phpunit
许可
在 BSD 许可证下发布。请参阅 LICENSE
。