Browse Source

fix #1524

Document permissions structure of CS AMODE
tags/v2.6.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
745fd764dd
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      irc/chanserv.go

+ 3
- 1
irc/chanserv.go View File

@@ -79,7 +79,9 @@ AMODE lists or modifies persistent mode settings that affect channel members.
79 79
 For example, $bAMODE #channel +o dan$b grants the holder of the "dan"
80 80
 account the +o operator mode every time they join #channel. To list current
81 81
 accounts and modes, use $bAMODE #channel$b. Note that users are always
82
-referenced by their registered account names, not their nicknames.`,
82
+referenced by their registered account names, not their nicknames.
83
+The permissions hierarchy for adding and removing modes is the same as in
84
+the ordinary /MODE command.`,
83 85
 			helpShort: `$bAMODE$b modifies persistent mode settings for channel members.`,
84 86
 			enabled:   chanregEnabled,
85 87
 			minParams: 1,

Loading…
Cancel
Save