simoheinonen / phergie-irc-plugin-react-calculator
Phergie IRC bot plugin to calculate
v0.1.2
2017-08-20 18:55 UTC
Requires
This package is not auto-updated.
Last update: 2025-03-30 04:48:28 UTC
README
Installation
composer require simoheinonen/phergie-irc-plugin-react-calculator
Configuration
return [ 'plugins' => [ new \Phergie\Irc\Plugin\React\Command\Plugin(['prefix' => '!']), // dependency new \SimoHeinonen\Phergie\Plugin\Calculator\Plugin(new \ChrisKonnertz\StringCalc\StringCalc()), ] ];