2017 © Pedro Peláez
 

library module-moderation

Moderation commands for WildPHP.

image

wildphp/module-moderation

Moderation commands for WildPHP.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Moderation

Build Status Scrutinizer Code Quality Latest Stable Version Latest Unstable Version Total Downloads, (*1)

Moderation commands for WildPHP., (*2)

System Requirements

If your setup can run the main bot, it can run this module as well., (*3)

Installation

To install this module, we will use composer:, (*4)

composer require wildphp/module-moderation, (*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\Moderation\Moderation

The bot will run the module the next time it is started., (*7)

Usage

This module provides the following commands:, (*8)

  • ban:
    • Bans the specified user from the channel.
    • Usage #1: ban [nickname] [minutes]
    • Usage #2: ban [nickname] [minutes] [redirect channel]
    • Pass 0 minutes for an indefinite ban.
    • Permission: ban
  • banhost:
    • Bans the specified host from the channel.
    • Usage #1: banhost [hostname] [minutes]
    • Usage #2: banhost [hostname] [minutes] [redirect channel]
    • Pass 0 minutes for an indefinite ban.
    • Permission: ban
  • kban:
    • Kicks the specified user from the channel and adds a ban.
    • Usage #1: kban [nickname] [minutes] ([reason])
    • Usage #2: kban [nickname] [minutes] [redirect channel] ([reason])
    • Pass 0 minutes for an indefinite ban.
    • Permission: kban
  • kick:
    • Kicks the specified user from the channel.
    • Usage: kick [nickname] ([reason])
    • Permission: kick
  • mode:
    • Changes mode for a specified entity.
    • Usage: mode [mode(s)] ([entity/ies])
    • Permission: mode
  • remove:
    • Requests a user to leave the channel.
    • Usage: remove [nickname] ([reason])
    • Permission: remove
  • topic:
    • Changes the topic for the specified channel.
    • Usage: topic ([channel]) [message]
    • Permission: topic

License

This module is licensed under the MIT license. Please see LICENSE to read it., (*9)

The Versions

01/10 2017

dev-master

9999999-dev

Moderation commands for WildPHP.

  Sources   Download

MIT

The Requires

 

28/08 2017

dev-newcommands

dev-newcommands

Moderation commands for WildPHP.

  Sources   Download

MIT

The Requires

 

03/08 2017

v1.0.0-beta.1

1.0.0.0-beta1

Moderation commands for WildPHP.

  Sources   Download

MIT

The Requires