wildphp/module-channelmanager

This package is abandoned and no longer maintained. No replacement package was suggested.

Tracks what channels the bot is in and provides !join and !part commands.

v2.1.3 2016-05-26 19:41 UTC

This package is not auto-updated.

Last update: 2017-08-27 17:19:55 UTC


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.