2.0/Modules/os jupe

From AnopeWiki
Revision as of 21:33, 8 May 2014 by Azander (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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"; }