Browse Source

Correct help text for NS CLIENTS LOGOUT.

"LOGOUT ALL" logs out all clients for a user.

Fixes #1712.
tags/v2.8.0-rc1
Alex Jaspersen 2 years ago
parent
commit
ecd878c169
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      irc/nickserv.go

+ 3
- 3
irc/nickserv.go View File

@@ -50,9 +50,9 @@ can use this command to list another user's clients.
50 50
 
51 51
 Syntax: $bCLIENTS LOGOUT [nickname] [client_id/all]$b
52 52
 
53
-CLIENTS LOGOUT detaches a single client, or all other clients currently
54
-attached, via the server's multiclient functionality, to your nickname. An
55
-administrator can use this command to logout another user's clients.`,
53
+CLIENTS LOGOUT detaches a single client, or all clients currently attached
54
+to your nickname. An administrator can use this command to logout another
55
+user's clients.`,
56 56
 			helpShort: `$bCLIENTS$b can list and logout the sessions attached to a nickname.`,
57 57
 			enabled:   servCmdRequiresBouncerEnabled,
58 58
 			minParams: 1,

Loading…
Cancel
Save