From 7192df4592f045f94dc02a202bfe7e681a712e1a Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Fri, 13 May 2022 17:18:42 -0400 Subject: [PATCH] update documentation of operator capabilities --- default.yaml | 6 +++--- traditional.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/default.yaml b/default.yaml index 361c3f76..8da88e09 100644 --- a/default.yaml +++ b/default.yaml @@ -623,9 +623,9 @@ oper-classes: # capability names capabilities: - "kill" # disconnect user sessions - - "ban" # ban IPs, CIDRs, and NUH masks ("d-line" and "k-line") - - "nofakelag" # remove "fakelag" restrictions on rate of message sending - - "relaymsg" # use RELAYMSG in any channel (see the 'relaymsg' config block) + - "ban" # ban IPs, CIDRs, NUH masks, and suspend accounts (UBAN / DLINE / KLINE) + - "nofakelag" # exempted from "fakelag" restrictions on rate of message sending + - "relaymsg" # use RELAYMSG in any channel (see the `relaymsg` config block) - "vhosts" # add and remove vhosts from users - "sajoin" # join arbitrary channels, including private channels - "samode" # modify arbitrary channel and user modes diff --git a/traditional.yaml b/traditional.yaml index 7a4827ca..7ea27137 100644 --- a/traditional.yaml +++ b/traditional.yaml @@ -595,9 +595,9 @@ oper-classes: # capability names capabilities: - "kill" # disconnect user sessions - - "ban" # ban IPs, CIDRs, and NUH masks ("d-line" and "k-line") - - "nofakelag" # remove "fakelag" restrictions on rate of message sending - - "relaymsg" # use RELAYMSG in any channel (see the 'relaymsg' config block) + - "ban" # ban IPs, CIDRs, NUH masks, and suspend accounts (UBAN / DLINE / KLINE) + - "nofakelag" # exempted from "fakelag" restrictions on rate of message sending + - "relaymsg" # use RELAYMSG in any channel (see the `relaymsg` config block) - "vhosts" # add and remove vhosts from users - "sajoin" # join arbitrary channels, including private channels - "samode" # modify arbitrary channel and user modes