Check-in Lasker-2.2.3 tar ball from samba.org
[capablanca.git] / lasker-2.2.3 / data / admin / server_com
1
2 SERVER COMMANDS [taken from ONENET chess site]
3
4   The following text is displayed when you telnet to ics.onenet.net and log in
5 through the admin doorway.
6
7 /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
8 | It's BACK!!  ;-> Sveshi's Power-Admin command set:  Commands now defined:  | 
9 |                                                                            |
10 |  'ckemail'  - search for anything you like in the address database.        |
11 |               (will show matches for any part of email, realname)          |
12 |   'ckname'  - search for A NAME (two words) in the address database.       |
13 |    'cklog'  - search connect log for a player.                             |
14 |     'host'  - Tells you an alpha host name from the numeric.               |
15 |  'players'  - gives last 24 autoregister attempts.                         |
16 |     'uscf'  - Searches for the USCF rating of a person (two words)         |
17 |     'fide'  - Searches for the ELO rating of a person (two words)          |
18 |   'icswho'  - Print name and email info for a player handle                |
19 |                                                                            |
20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21
22 Friar's notes
23 -------------
24   The commands are typed at the server prompt.  They may come in handy when
25 trying to verify certain user information or dealing with problem situations,
26 such as duplicate accounts or whether a user is a titled chess master.
27
28
29 Usage                       Result
30 ______________________      _____________________________________________
31
32 ckemail string              Hits for 'string' in address database
33 ckname name1 name2          Hits for 'name1 name2' in address database
34 cklog user_handle           Lists connect log for user_handle
35 host ip_number              Provides alpha name for IP address
36 players                     Lists last 24 autoregister attempts
37 uscf name1 name2            USCF rating for 'name1 name 2'
38 fide name1 name2            FIDE rating for 'name1 name 2'
39 icswho user_handle          Real_name and email address for user_handle
40
41 [Last update: September 24, 1995 -- Friar]