Ver código fonte

NS SUSPEND now req 'ban' capabs

tags/v2.9.0-rc1
Pratyush Desai 2 anos atrás
pai
commit
e0f4fcee61
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      irc/nickserv.go

+ 1
- 1
irc/nickserv.go Ver arquivo

@@ -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,

Carregando…
Cancelar
Salvar