dev-master
9999999-devPhergie plugin for Query express using api
BSD-2-Clause
The Requires
The Development Requires
by Bruce Zhang
plugin bot irc phergie
Phergie plugin for Query express using api
Phergie plugin for Query express using api., (*1)
The recommended method of installation is through composer., (*3)
composer require brucezhang/phergie-irc-plugin-react-expressquery
, (*4)
See Phergie documentation for more information on installing and enabling plugins., (*5)
Command | Parameters | Description |
---|---|---|
kd/express | [Express ID] | Express status query |
return [ 'plugins' => [ // configuration new \Phergie\Irc\Plugin\React\ExpressQuery\Plugin([ //User-defined commands Default: express/kd 'commands' => array('command1', 'command2', ...), //Latest {lines} status will be shown Deault: 5 'lines' => 5 ]) ] ];
To run the unit test suite:, (*6)
curl -s https://getcomposer.org/installer | php composer install ./vendor/bin/phpunit
Released under the BSD License. See LICENSE
., (*7)
Phergie plugin for Query express using api
BSD-2-Clause
plugin bot irc phergie