wildphp / module-autorejoin
This package is abandoned and no longer maintained.
No replacement package was suggested.
Automatically rejoin channels on kick
v1.0.0-beta.1
2017-07-22 12:44 UTC
This package is auto-updated.
Last update: 2023-03-25 20:39:01 UTC
README
Automatically rejoin channels when the bot is kicked.
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-autorejoin
That will install all required files for the module. In order to activate the module, add the following line to your modules array in config.neon
:
- WildPHP\Modules\AutoRejoin\AutoRejoin
The bot will run the module the next time it is started.
Usage
Nothing to do! The bot will automatically rejoin channels when it is kicked now.
License
This module is licensed under the MIT license. Please see LICENSE
to read it.