Moderation commands for WildPHP.
If your setup can run the main bot, it can run this module as well.
To install this module, we will use composer
:
composer require wildphp/module-moderation
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\Moderation\Moderation
The bot will run the module the next time it is started.
This module provides the following commands:
ban [nickname] [minutes]
ban [nickname] [minutes] [redirect channel]
ban
banhost [hostname] [minutes]
banhost [hostname] [minutes] [redirect channel]
ban
kban [nickname] [minutes] ([reason])
kban [nickname] [minutes] [redirect channel] ([reason])
kban
kick [nickname] ([reason])
kick
mode [mode(s)] ([entity/ies])
mode
remove [nickname] ([reason])
remove
topic ([channel]) [message]
topic
This module is licensed under the MIT license. Please see LICENSE
to read it.