承接 wildphp/module-channelmanager 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Build Status Scrutinizer Code Quality Latest Stable Version Latest Unstable Version Total Downloads

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

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2015-09-03