wildphp/module-channelmanager
最新稳定版本:v2.1.3
Composer 安装命令:
composer require wildphp/module-channelmanager
包简介
Tracks what channels the bot is in and provides !join and !part commands.
README 文档
README
This module keeps track of the channels the bot has joined. It also provides the join and part commands.
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-channelmanager
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\ChannelManager\ChannelManager
Make sure to include a tab character in front. The bot will run the module the next time it is started.
Configuration
If you want to enable automatically joining of channels on startup, add and adjust the following lines in your config.neon file:
# Channels to autojoin.
channels:
- '#wildphp'
- '#anotherchannel'
- '#...'
You can add as many channels as you would like.
License
This module is licensed under the GNU General Public License, version 3. Please see LICENSE to read it.
统计信息
- 总下载量: 187
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2015-09-03