From ecd878c169ba20ef517bc3adf1c6e4153e62b48d Mon Sep 17 00:00:00 2001 From: Alex Jaspersen Date: Tue, 3 Aug 2021 18:54:37 -0700 Subject: [PATCH] Correct help text for NS CLIENTS LOGOUT. "LOGOUT ALL" logs out all clients for a user. Fixes #1712. --- irc/nickserv.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/irc/nickserv.go b/irc/nickserv.go index c0a36179..9178434b 100644 --- a/irc/nickserv.go +++ b/irc/nickserv.go @@ -50,9 +50,9 @@ can use this command to list another user's clients. Syntax: $bCLIENTS LOGOUT [nickname] [client_id/all]$b -CLIENTS LOGOUT detaches a single client, or all other clients currently -attached, via the server's multiclient functionality, to your nickname. An -administrator can use this command to logout another user's clients.`, +CLIENTS LOGOUT detaches a single client, or all clients currently attached +to your nickname. An administrator can use this command to logout another +user's clients.`, helpShort: `$bCLIENTS$b can list and logout the sessions attached to a nickname.`, enabled: servCmdRequiresBouncerEnabled, minParams: 1,