3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 03:49:27 +01:00

update documentation of operator capabilities

This commit is contained in:
Shivaram Lingamneni 2022-05-13 17:18:42 -04:00
parent da07c0072c
commit 7192df4592
2 changed files with 6 additions and 6 deletions

View File

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

View File

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