Fix mamer crash on listmanagers command
[capablanca.git] / lasker-2.2.3 / bots / mamer / help / listplayers
1 listplayers
2
3 Alias: lp
4
5 Usage: listplayers <tourney number>
6
7 This command lists all the players in the specified tourney and other
8 information about the players in the tourney.
9
10 :     Name              Rating Score Perfrm Upset  Results   
11 :     ----------------- ------ ----- ------ ------ -------
12 :  1 +ghettoCHECKMATE   [1651]  3.0  [2242] [ 573] +07b +02b +04w
13 :  2 +TheOnlyOne        [1914]  2.0  [1764] [   0] +03b -01w +05w
14 :  3 +westham           [1725]  2.0  [1843] [  47] -02w +04b +06w
15 :  4 +frankenschach     [1772]  1.0  [1497] [   0] +05w -03w -01b
16 :  5 +Arbakov           [1516]  1.0  [1443] [   0] -04b +06w -02b
17 :  6 +Ostap             [forf]  0.0  [1251] [   0] -01w
18 :
19 :     Average Rating    1736.3
20
21 The number in the leftmost column is the player's current ranking in the
22 tourney.
23
24 "Name" is the player's handle.  A "+" to the left indicates that the player is
25        currently logged in.  A "-" indicates that he is not.
26 "Rating" is the player's FICS rating before the tourney started in the 
27        category of games played in the tourney. "forf" means the player is no
28        longer in the tourney.
29 "Score" is the number of tourney points the player has.  1.0 is awarded for
30        each win, 0.5 for each draw, and 0.0 for each loss.
31 "Perfrm" is the player's performance rating for the tourney.
32 "Upset is the number of upset points the player has.
33 "Results" is a grid of the tourney results. "+" represents a win, "=" 
34        represents a draw, and "-" represents a loss. The number following is
35        the ranking of the opponent in the tourney(see the leftmost column).
36        The letter following that is the color played. "b" is black; "w" is
37        white.
38 "Average Rating" is the average rating of all the players in the tourney.
39        The ratings used are ratings when the players join the tourney.  
40
41 NOTE: This command is the same as the "who" command.
42
43 See also: performance, upset, who
44
45 [Last modified: August 29, 1998 -- toddmf]