Difference between revisions of "2.0/Modules/os noop"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/os_noop}} {{Syntax|os_noop|OperServ|Anope}} == <div class="moduleheader">Description</div> == SET kills all operators from the given server and prevent...") |
(No difference)
|
Latest revision as of 23:21, 8 May 2014
Language | |
---|---|
English |
|
Description
SET kills all operators from the given server and prevents operators from opering up on the given server. REVOKE removes this restriction.
Commands
- noop SET server
- noop REVOKE server
Examples
/msg OperServ NOOP SET server1.example.net
/msg OperServ NOOP REVOKE server1.example.net
Default Configuration
/* * os_noop * * Provides the command operserv/noop. * * Used to NOOP a server, which prevents users from opering on that server. */ module { name = "os_noop" } command { service = "OperServ"; name = "NOOP"; command = "operserv/noop"; permission = "operserv/noop"; }