Document usermode:servnotice
This commit is contained in:
parent
848df803df
commit
734e774713
2 changed files with 3 additions and 1 deletions
|
@ -236,7 +236,8 @@ auth {
|
|||
* means they must be defined before operator {}.
|
||||
*/
|
||||
privset "local_op" {
|
||||
privs = oper:general, auspex:oper, oper:privs, oper:testline, oper:local_kill, oper:operwall;
|
||||
privs = oper:general, auspex:oper, oper:privs, oper:testline, oper:local_kill, oper:operwall, usermode:servnotice,
|
||||
auspex:oper, auspex:hostname, auspex:umodes, auspex:cmodes;
|
||||
};
|
||||
|
||||
privset "server_bot" {
|
||||
|
|
|
@ -462,6 +462,7 @@ privset "local_op" {
|
|||
* oper:remoteban: allows remote kline etc
|
||||
* oper:mass_notice: allows sending wallops and mass notices
|
||||
* oper:grant: allows using the GRANT command
|
||||
* usermode:servnotice: allows setting +s
|
||||
*/
|
||||
privs = oper:general, auspex:oper, oper:privs, oper:testline, oper:local_kill, oper:operwall;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue