Document extension-only oper privs

This commit is contained in:
Ed Kellett 2020-08-04 14:54:01 +01:00
parent 64c9f5093f
commit e06b75d23c
No known key found for this signature in database
GPG key ID: CB9986DEF342FABC

View file

@ -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;
};