diff options
author | Sadie Powell <sadie@witchery.services> | 2024-04-05 14:06:24 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-04-05 14:14:10 +0100 |
commit | 4603cd467b01a507b930c365ab366de4d8a6f5a4 (patch) | |
tree | cd435217e8a4067674b6ee69c525dfd2433a2b0f /data | |
parent | 00549bc9b2a4e377ad309b1ecd241057ac84b250 (diff) |
Add an operator privilege to allow overriding drop codes.
Closes #392
Diffstat (limited to 'data')
-rw-r--r-- | data/anope.example.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index dfa144b04..87e199564 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -756,6 +756,7 @@ log * chanserv/auspex - Can see any information with /CHANSERV INFO * chanserv/no-register-limit - May register an unlimited number of channels and nicknames * chanserv/kick - Can kick and ban users from channels through ChanServ + * chanserv/drop/override - Allows dropping channels without using a confirmation code * memoserv/info - Can see any information with /MEMOSERV INFO * memoserv/set-limit - Can set the limit of max stored memos on any user and channel * memoserv/no-limit - Can send memos through limits and throttles @@ -764,6 +765,7 @@ log * nickserv/cert - Can modify other users certificate lists * nickserv/confirm - Can confirm other users nicknames * nickserv/drop - Can drop other users nicks + * nickserv/drop/override - Allows dropping nicks without using a confirmation code * nickserv/recover - Can recover other users nicks * operserv/config - Can modify services's configuration * operserv/oper/modify - Can add and remove operators with at most the same privileges |