diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-07 21:31:49 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-07 21:31:49 +0100 |
commit | 79b59f9b30fb6a1fdf8c3efb446271f7cb00d434 (patch) | |
tree | f6ade4ccbc3af20d825edacfd12b5da8ded8d240 /data/help/hrank |
FICS 1.6.2
Diffstat (limited to 'data/help/hrank')
-rw-r--r-- | data/help/hrank | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/data/help/hrank b/data/help/hrank new file mode 100644 index 0000000..9d021f8 --- /dev/null +++ b/data/help/hrank @@ -0,0 +1,33 @@ + +hrank + +Usage: hrank [user [b][s][w]] + hrank m-n [b][s][w] + + The first usage shows the ranking of the given user and all human users with +nearby rankings -- computers will be excluded from the rankings. A second +argument with one or more of the letters b, s, and/or w asks to show only +blitz, standard, and/or wild ratings respectively. If no second argument is +given, rankings for all three types are shown. For example, "rank foo bw" +shows the blitz and wild ranking of the player whose handle is "foo". If +'user' is omitted, your rankings will be displayed. + + The second usage shows all human users ranked between the rankings of M and +N. The optional third argument again limits which ratings are shown. For +example, "rank 1-30 sw" lists the human users with the highest 30 standard and +wild ratings. "hbest" lists the top 20 human users in a category. + + The columns are always sorted by blitz, then standard, then wild. + + Currently, all players with at least 20 games of a particular rating type +are ranked. If you ask for a player's rank and they do not yet have the 20 +games needed to be an active player, the player's current rating will be +displayed in the table but a line (----) will precede the handle to indicate a +provisional ranking. + + To include computers in the list, use "rank". + +See Also: best hbest rank + +[Last modified: June 13, 1995 -- Friar] + |