Sfoglia il codice sorgente

NS SUSPEND now req 'ban' capabs

tags/v2.9.0-rc1
Pratyush Desai 2 anni fa
parent
commit
e0f4fcee61
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      irc/nickserv.go

+ 1
- 1
irc/nickserv.go Vedi 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…
Annulla
Salva