Browse Source

NS SUSPEND now req 'ban' capabs

tags/v2.9.0-rc1
Pratyush Desai 2 years ago
parent
commit
e0f4fcee61
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/nickserv.go

+ 1
- 1
irc/nickserv.go View File

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

Loading…
Cancel
Save