ircd.conf.example: Fix duplicate priv
This commit is contained in:
parent
e06b75d23c
commit
e206f185c5
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ 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, usermode:servnotice,
|
||||
privs = oper:general, oper:privs, oper:testline, oper:local_kill, oper:operwall, usermode:servnotice,
|
||||
auspex:oper, auspex:hostname, auspex:umodes, auspex:cmodes;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue