ircd.conf.example: Fix duplicate priv

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

View file

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