wildphp / module-pingpong
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (1.0.0) of this package.
Makes the bot respond to PING requests.
1.0.0
2015-09-26 18:56 UTC
This package is not auto-updated.
Last update: 2017-08-27 17:13:27 UTC
README
This module watches for PING requests from the server and responds appropriately.
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-pingpong
That will install all required files for the module. In order to activate the module, add the following line to your config.neon
, section modules
:
- WildPHP/Modules/PingPong/PingPong
Make sure to include a tab character in front. 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.