Procházet zdrojové kódy

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 před 2 roky
rodič
revize
ecd878c169
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3
    3
      irc/nickserv.go

+ 3
- 3
irc/nickserv.go Zobrazit soubor

@@ -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,

Načítá se…
Zrušit
Uložit