From b45b863fc4385f6004efb3278565dc2845baa686 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 14 Aug 2018 22:48:06 -0400 Subject: [PATCH] unregister capab was renamed to accreg, but i missed this occurrence --- irc/nickserv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/nickserv.go b/irc/nickserv.go index addccd96..57c982d2 100644 --- a/irc/nickserv.go +++ b/irc/nickserv.go @@ -99,7 +99,7 @@ certificate (and you will need to use that certificate to login in future).`, SADROP forcibly de-links the given nickname from the attached user account.`, helpShort: `$bSADROP$b forcibly de-links the given nickname from its user account.`, - capabs: []string{"unregister"}, + capabs: []string{"accreg"}, enabled: servCmdRequiresAccreg, }, "unregister": {