Document extension-only oper privs
This commit is contained in:
parent
64c9f5093f
commit
e06b75d23c
1 changed files with 8 additions and 0 deletions
|
@ -463,6 +463,14 @@ privset "local_op" {
|
|||
* oper:mass_notice: allows sending wallops and mass notices
|
||||
* oper:grant: allows using the GRANT command
|
||||
* usermode:servnotice: allows setting +s
|
||||
*
|
||||
* Privileges provided by extensions include:
|
||||
*
|
||||
* oper:dehelper: allows the DEHELPER command (from extensions/helpops)
|
||||
* oper:override: enables oper override via umode +p (from extensions/override)
|
||||
* oper:receive_immunity:
|
||||
* confers the benefits of chmode +M (operpeace) (from extensions/chm_operpeace)
|
||||
* usermode:helpops allows setting +H (from extensions/helpops)
|
||||
*/
|
||||
privs = oper:general, auspex:oper, oper:privs, oper:testline, oper:local_kill, oper:operwall;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue