diff options
| author | 2017-12-29 00:20:22 -0600 | |
|---|---|---|
| committer | 2017-12-29 00:20:22 -0600 | |
| commit | c5a0a10e9c93bcbc1a5efca23428a7a6d0499484 (patch) | |
| tree | e73f6b83e75d68d47a79dfea15f1dab0479bede8 | |
| parent | Version 1.1.8 (diff) | |
| download | chatircd-1.1.tar.gz chatircd-1.1.tar.bz2 chatircd-1.1.zip | |
reference.conf: Formatting consistency fixes. chatircd-1.1
| -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 4848d9b..c2d031d 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -408,7 +408,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 @@ -425,17 +425,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; |
