Difference between revisions of "2.0/Modules/os forbid"

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/os_forbid}} {{Syntax|os_forbid|OperServ|Anope}} == <div class="moduleheader">Description</div> == Forbid allows you to forbid usage of certain nickname...")
 
(No difference)

Latest revision as of 22:18, 8 May 2014

Language

English

Service OperServ
Module os_forbid
Author Anope

Description

Forbid allows you to forbid usage of certain nicknames, channels, and email addresses. Wildcards are accepted for all entries.

NOTE: Access to this command requires the permission operserv/forbid to be present in your opertype.

Commands

forbid ADD {NICK|CHAN|EMAIL|REGISTER} [+expiry] entry reason
forbid DEL {NICK|CHAN|EMAIL|REGISTER} entry
forbid LIST [NICK|CHAN|EMAIL|REGISTER]

Examples

/msg OperServ FORBID LIST

/msg OperServ FORBID ADD NICK IRCOP Prohibited because of confusion.

/msg OperServ FORBID DEL CHAN #Weed

Default Configuration

/*
 * os_forbid
 *
 * Provides the command operserv/forbid.
 *
 * Used to forbid specific nicks, channels, emails, etc. from being used.
 */
module { name = "os_forbid" }
command { service = "OperServ"; name = "FORBID"; command = "operserv/forbid"; permission = "operserv/forbid"; }