Browse Source

update documentation of operator capabilities

tags/v2.10.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
7192df4592
2 changed files with 6 additions and 6 deletions
  1. 3
    3
      default.yaml
  2. 3
    3
      traditional.yaml

+ 3
- 3
default.yaml View File

@@ -623,9 +623,9 @@ oper-classes:
623 623
         # capability names
624 624
         capabilities:
625 625
             - "kill"      # disconnect user sessions
626
-            - "ban"       # ban IPs, CIDRs, and NUH masks ("d-line" and "k-line")
627
-            - "nofakelag" # remove "fakelag" restrictions on rate of message sending
628
-            - "relaymsg"  # use RELAYMSG in any channel (see the 'relaymsg' config block)
626
+            - "ban"       # ban IPs, CIDRs, NUH masks, and suspend accounts (UBAN / DLINE / KLINE)
627
+            - "nofakelag" # exempted from "fakelag" restrictions on rate of message sending
628
+            - "relaymsg"  # use RELAYMSG in any channel (see the `relaymsg` config block)
629 629
             - "vhosts"    # add and remove vhosts from users
630 630
             - "sajoin"    # join arbitrary channels, including private channels
631 631
             - "samode"    # modify arbitrary channel and user modes

+ 3
- 3
traditional.yaml View File

@@ -595,9 +595,9 @@ oper-classes:
595 595
         # capability names
596 596
         capabilities:
597 597
             - "kill"      # disconnect user sessions
598
-            - "ban"       # ban IPs, CIDRs, and NUH masks ("d-line" and "k-line")
599
-            - "nofakelag" # remove "fakelag" restrictions on rate of message sending
600
-            - "relaymsg"  # use RELAYMSG in any channel (see the 'relaymsg' config block)
598
+            - "ban"       # ban IPs, CIDRs, NUH masks, and suspend accounts (UBAN / DLINE / KLINE)
599
+            - "nofakelag" # exempted from "fakelag" restrictions on rate of message sending
600
+            - "relaymsg"  # use RELAYMSG in any channel (see the `relaymsg` config block)
601 601
             - "vhosts"    # add and remove vhosts from users
602 602
             - "sajoin"    # join arbitrary channels, including private channels
603 603
             - "samode"    # modify arbitrary channel and user modes

Loading…
Cancel
Save