Browse Source

unregister capab was renamed to accreg, but i missed this occurrence

tags/v0.12.0
Shivaram Lingamneni 6 years ago
parent
commit
b45b863fc4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/nickserv.go

+ 1
- 1
irc/nickserv.go View File

@@ -99,7 +99,7 @@ certificate (and you will need to use that certificate to login in future).`,
99 99
 
100 100
 SADROP forcibly de-links the given nickname from the attached user account.`,
101 101
 			helpShort: `$bSADROP$b forcibly de-links the given nickname from its user account.`,
102
-			capabs:    []string{"unregister"},
102
+			capabs:    []string{"accreg"},
103 103
 			enabled:   servCmdRequiresAccreg,
104 104
 		},
105 105
 		"unregister": {

Loading…
Cancel
Save