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/admin/register |
FICS 1.6.2
Diffstat (limited to 'data/admin/register')
-rw-r--r-- | data/admin/register | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/data/admin/register b/data/admin/register new file mode 100644 index 0000000..bd90ec7 --- /dev/null +++ b/data/admin/register @@ -0,0 +1,43 @@ + +register + + + *** Email registration is now automated! *** + + +To get a registered account, send a message to this address: + + chess@caissa.onenet.net + +... and use as the Subject: "Fics Registration" + +Include a line like the following as the text of your message (please make the +appropriate substitutions as indicated by the <>'s markers): + + fics_addplayer <handle> "<First M. Last>" <email-address> <human|computer> + +Here is an example which would register Sparky with the correct name and email +information: + + Ex: fics_addplayer Sparky "Chris L. Petroff" chris@onenet.net + or: fics_addplayer Sparky "Chris L. Petroff" chris@onenet.net human + + +SPECIAL NOTES: + +(1) Quotation marks MUST be used around the name field. + +(2) If this is a human account, 'human' need not be specified. However, + 'computer' MUST be used if you are registering a computer on FICS (see + "computers" help file). + +(3) Do NOT include the <>'s markers in your text. They are used above only + to indicate where you need to place information. + +(4) Please tell us if you are an FM, IM or GM (master's titles for + international competition). + + +See Also: computers + +[Last modified: June 23, 1995 -- Friar]
\ No newline at end of file |