22/07
2017
Automatically rejoin channels on kick
Automatically rejoin channels when the bot is kicked., (*2)
If your setup can run the main bot, it can run this module as well., (*3)
To install this module, we will use composer
:, (*4)
composer require wildphp/module-autorejoin
, (*5)
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
:, (*6)
- WildPHP\Modules\AutoRejoin\AutoRejoin
The bot will run the module the next time it is started., (*7)
Nothing to do! The bot will automatically rejoin channels when it is kicked now., (*8)
This module is licensed under the MIT license. Please see LICENSE
to read it., (*9)