Skip to content

Commit

Permalink
NS SUSPEND now req 'ban' capabs
Browse files Browse the repository at this point in the history
  • Loading branch information
prdes committed Nov 18, 2021
1 parent ac91bea commit e0f4fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irc/nickserv.go
Expand Up @@ -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,
Expand Down

0 comments on commit e0f4fce

Please sign in to comment.