diff options
| author | 2017-12-29 00:19:41 -0600 | |
|---|---|---|
| committer | 2017-12-29 00:19:41 -0600 | |
| commit | f8e3830745d167adf65948b9ce054b4b3810cb76 (patch) | |
| tree | e4b0b2cad92c96db292ec55414b4d9af2f9dd58d | |
| parent | Update src/ircd_parser.y to add some new units of time and data. (diff) | |
| download | chatircd-master.tar.gz chatircd-master.tar.bz2 chatircd-master.zip | |
| -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; |
