瀏覽代碼

Simplify NS GROUP help text

tags/v1.1.0-rc1
Daniel Oaks 5 年之前
父節點
當前提交
d738688b2a
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      irc/nickserv.go

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

@@ -83,8 +83,8 @@ same user account, letting you reclaim your nickname.`,
83 83
 			handler: nsGroupHandler,
84 84
 			help: `Syntax: $bGROUP$b
85 85
 
86
-GROUP links your current nickname with your logged-in account, preventing other
87
-users from changing to it (or forcing them to rename).`,
86
+GROUP links your current nickname with your logged-in account, so other people
87
+will not be able to use it.`,
88 88
 			helpShort:    `$bGROUP$b links your current nickname to your user account.`,
89 89
 			enabled:      servCmdRequiresNickRes,
90 90
 			authRequired: true,

Loading…
取消
儲存