wildphp / module-commandparser
This package is abandoned and no longer maintained.
No replacement package was suggested.
Provides an interface for modules to listen for incoming commands.
v2.0.1
2015-12-20 18:42 UTC
This package is not auto-updated.
Last update: 2017-08-27 17:13:17 UTC
README
This module allows the bot to parse commands given by users in channels.
System Requirements
If your setup can run the main bot, it can run this module as well.
Installation
To install this module, we will use composer
:
composer require wildphp/module-commandparser
That will install all required files for the module. In order to activate the module, add the following line to your main.modules
file:
WildPHP\Modules\Commands\Commands
The bot will run the module the next time it is started.
License
This module is licensed under the GNU General Public License, version 3. Please see LICENSE
to read it.