diff options
| -rw-r--r-- | doc/reference.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index ecd3d3b..17ff903 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -409,7 +409,7 @@ privset "local_op" { * * oper:local_kill: allows local users to be /KILL'd * oper:global_kill: allows local and remote users to be /KILL'd - * oper:local_routing allows local SQUIT and CONNECT + * oper:local_routing: allows local SQUIT and CONNECT * oper:routing: allows remote SQUIT and CONNECT * Must also have oper:local_routing. * oper:kline: allows KLINE and DLINE @@ -426,17 +426,17 @@ privset "local_op" { * oper:netadmin: gives netadmin privileges. * oper:hidden_netadmin: gives netadmin privileges without the * netadmin line in whois. - * oper:xline: allows use of /quote xline/unxline - * oper:resv: allows /quote resv/unresv and cmode +LP + * oper:xline: allows use of /quote xline/unxline + * oper:resv: allows /quote resv/unresv and cmode +LP * oper:operwall: allows the oper to send/receive operwalls - * oper:spy: allows 'operspy' features to see through +s + * oper:spy: allows 'operspy' features to see through +s * channels etc. see /quote help operspy * oper:hidden: hides the oper from /stats p * oper:remoteban: allows remote kline etc * oper:mass_notice: allows sending wallops and mass notices * oper:cansetbot: This oper is permitted to set user mode +B * (is a Bot). - * extend_chans this oper has a higher channel limit + * extend_chans: this oper has a higher channel limit * (max_chans_per_user_large setting) */ privs = oper:local_kill, oper:operwall; |
