asdfx / phergie-irc-plugin-react-urban-dictionary
Phergie plugin for returning entries from urban dictionary.
1.0.4
2019-02-20 08:51 UTC
Requires
Requires (Dev)
- phpunit/phpunit: ^8.0
README
Phergie plugin for returning word definitions from UrbanDictionary.
About
This plugin provides a method for performing word and phrase lookups from the Urban Dictionary.
Install
The recommended method of installation is through composer.
composer require asdfx/phergie-irc-plugin-react-urban-dictionary
See Phergie documentation for more information on installing and enabling plugins.
Configuration
This plugin requires the Command plugin to recognise commands.
If you're new to Phergie or Phergie plugins, see the Phergie setup instructions for more information. Otherwise, add the following references to your config file:
return [ // ... 'plugins' => [ new \Phergie\Irc\Plugin\React\Command\Plugin, // dependency new \Asdfx\Phergie\Plugin\UrbanDictionary\Plugin(), ] ]
License
Released under the MIT License. See LICENSE
.