3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-15 00:19:29 +01:00

Merge pull request #1839 from mogad0n/fix/suspend_perms_1828

NS SUSPEND now req 'ban' capabs
This commit is contained in:
Shivaram Lingamneni 2021-11-18 12:21:14 -05:00 committed by GitHub
commit 14c16a999d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -377,7 +377,7 @@ the suspension. The $bDEL$b subcommand reverses a suspension, and the $bLIST$b
command lists all current suspensions.`,
helpShort: `$bSUSPEND$b manages account suspensions`,
minParams: 1,
capabs: []string{"accreg"},
capabs: []string{"ban"},
},
"rename": {
handler: nsRenameHandler,