From d738688b2ae4f773a02f8777cbce4408850aaff8 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Fri, 22 Feb 2019 12:53:01 +1000 Subject: [PATCH] Simplify NS GROUP help text --- irc/nickserv.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irc/nickserv.go b/irc/nickserv.go index 6afbfc8e..b99f9128 100644 --- a/irc/nickserv.go +++ b/irc/nickserv.go @@ -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,