ソースを参照

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,

読み込み中…
キャンセル
保存