3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

Simplify NS GROUP help text

This commit is contained in:
Daniel Oaks 2019-02-22 12:53:01 +10:00
parent 6d109e92a5
commit d738688b2a

View File

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