diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-09-15 18:50:32 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-09-15 18:50:32 +0200 |
commit | c3eee8e333866d92e5fd94ae83cef618758c11bb (patch) | |
tree | 234a06fd90bd61a6668490a0cbf8870e6c674b81 /data/admin/adjudicate |
FICS RPBLC v1.4.61.4.6
Diffstat (limited to 'data/admin/adjudicate')
-rw-r--r-- | data/admin/adjudicate | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/data/admin/adjudicate b/data/admin/adjudicate new file mode 100644 index 0000000..57d399c --- /dev/null +++ b/data/admin/adjudicate @@ -0,0 +1,26 @@ + +adjudicate + +Usage: adjudicate white_player black_player result +RESTRICTED TO ADMINISTRATORS. + + Adjudicates a game between white_player and black_player. The result is one +of: abort, draw, white, black. "Abort" cancels the game (no win, loss or +draw), "white" gives white_player the win, "black" gives black_player the win, +and "draw" gives a draw. Both white_player and black_player will be notified +by server messages concerning the adjudication. + + In most cases, the game will be a stored (adjourned) game for which one +opponent has made an adjudication request. To list games for which +adjudications have been requested, type "ahelp adjrequests". However, there +may be occasions when a game in progress needs to be adjudicated online -- +such as when a computer fails to move or cannot accept a draw in a clearly +drawn position. + + For guidelines about adjudications, see "adjud_info". + +See ahelp: adjud_info +See help: adjourn adjudicate_request stored + +[Last modified: September 18, 1995 -- Friar] + |