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