From e0f4fcee61c6bf2a7e25698080c1c76d7b89bedf Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Thu, 18 Nov 2021 17:11:32 +0530 Subject: [PATCH] NS SUSPEND now req 'ban' capabs --- irc/nickserv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/nickserv.go b/irc/nickserv.go index 517116c5d..c9b4fda1e 100644 --- a/irc/nickserv.go +++ b/irc/nickserv.go @@ -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,