From 745fd764dd955c0beb2bf741cae8ad0f798d5787 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Thu, 8 Apr 2021 00:55:30 -0400 Subject: [PATCH] fix #1524 Document permissions structure of CS AMODE --- irc/chanserv.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/irc/chanserv.go b/irc/chanserv.go index b885a707..62e6483c 100644 --- a/irc/chanserv.go +++ b/irc/chanserv.go @@ -79,7 +79,9 @@ AMODE lists or modifies persistent mode settings that affect channel members. For example, $bAMODE #channel +o dan$b grants the holder of the "dan" account the +o operator mode every time they join #channel. To list current accounts and modes, use $bAMODE #channel$b. Note that users are always -referenced by their registered account names, not their nicknames.`, +referenced by their registered account names, not their nicknames. +The permissions hierarchy for adding and removing modes is the same as in +the ordinary /MODE command.`, helpShort: `$bAMODE$b modifies persistent mode settings for channel members.`, enabled: chanregEnabled, minParams: 1,