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

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/os_jupe}} {{Syntax|os_jupe|OperServ|Anope}} == <div class="moduleheader">Description</div> == Tells Services to jupiter a server -- that is, to create ...")
 
(No difference)

Latest revision as of 22:33, 8 May 2014

Language

English

Service OperServ
Module os_jupe
Author Anope

Description

Tells Services to jupiter a server -- that is, to create a fake "server" connected to Services which prevents the real server of that name from connecting. The jupe may be removed using a standard SQUIT. If a reason is given, it is placed in the server information field; otherwise, the server information field will contain the text "Juped by <nick>", showing the nickname of the person who jupitered the server.

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

Commands

jupe server [reason]

Examples

/msg OperServ JUPE server1.fred.com Keeps dropping out. Remove when it is deemed stable again.

Default Configuration

/*
 * os_jupe
 *
 * Provides the command operserv/jupe.
 *
 * Used to disconnect servers from the network and prevent them from relinking.
 */
module { name = "os_jupe" }
command { service = "OperServ"; name = "JUPE"; command = "operserv/jupe"; permission = "operserv/jupe"; }