瀏覽代碼

NS SUSPEND now req 'ban' capabs

tags/v2.9.0-rc1
Pratyush Desai 2 年之前
父節點
當前提交
e0f4fcee61
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      irc/nickserv.go

+ 1
- 1
irc/nickserv.go 查看文件

@@ -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…
取消
儲存