2.0/Modules/os jupe
From AnopeWiki
Language | |
---|---|
English |
|
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"; }