forked from External/ergo
update documentation of operator capabilities
This commit is contained in:
parent
da07c0072c
commit
7192df4592
2 changed files with 6 additions and 6 deletions
|
|
@ -623,9 +623,9 @@ oper-classes:
|
||||||
# capability names
|
# capability names
|
||||||
capabilities:
|
capabilities:
|
||||||
- "kill" # disconnect user sessions
|
- "kill" # disconnect user sessions
|
||||||
- "ban" # ban IPs, CIDRs, and NUH masks ("d-line" and "k-line")
|
- "ban" # ban IPs, CIDRs, NUH masks, and suspend accounts (UBAN / DLINE / KLINE)
|
||||||
- "nofakelag" # remove "fakelag" restrictions on rate of message sending
|
- "nofakelag" # exempted from "fakelag" restrictions on rate of message sending
|
||||||
- "relaymsg" # use RELAYMSG in any channel (see the 'relaymsg' config block)
|
- "relaymsg" # use RELAYMSG in any channel (see the `relaymsg` config block)
|
||||||
- "vhosts" # add and remove vhosts from users
|
- "vhosts" # add and remove vhosts from users
|
||||||
- "sajoin" # join arbitrary channels, including private channels
|
- "sajoin" # join arbitrary channels, including private channels
|
||||||
- "samode" # modify arbitrary channel and user modes
|
- "samode" # modify arbitrary channel and user modes
|
||||||
|
|
|
||||||
|
|
@ -595,9 +595,9 @@ oper-classes:
|
||||||
# capability names
|
# capability names
|
||||||
capabilities:
|
capabilities:
|
||||||
- "kill" # disconnect user sessions
|
- "kill" # disconnect user sessions
|
||||||
- "ban" # ban IPs, CIDRs, and NUH masks ("d-line" and "k-line")
|
- "ban" # ban IPs, CIDRs, NUH masks, and suspend accounts (UBAN / DLINE / KLINE)
|
||||||
- "nofakelag" # remove "fakelag" restrictions on rate of message sending
|
- "nofakelag" # exempted from "fakelag" restrictions on rate of message sending
|
||||||
- "relaymsg" # use RELAYMSG in any channel (see the 'relaymsg' config block)
|
- "relaymsg" # use RELAYMSG in any channel (see the `relaymsg` config block)
|
||||||
- "vhosts" # add and remove vhosts from users
|
- "vhosts" # add and remove vhosts from users
|
||||||
- "sajoin" # join arbitrary channels, including private channels
|
- "sajoin" # join arbitrary channels, including private channels
|
||||||
- "samode" # modify arbitrary channel and user modes
|
- "samode" # modify arbitrary channel and user modes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue