From 79b59f9b30fb6a1fdf8c3efb446271f7cb00d434 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 7 Dec 2023 21:31:49 +0100 Subject: FICS 1.6.2 --- data/help/jsave | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 data/help/jsave (limited to 'data/help/jsave') diff --git a/data/help/jsave b/data/help/jsave new file mode 100644 index 0000000..78623ff --- /dev/null +++ b/data/help/jsave @@ -0,0 +1,43 @@ + +jsave + +Usage: jsave [slot] [user_name] [gamenumber] + + This command is used to save games to your journal (see the "journal" help +file). You can save games from a "history" file or from another journal. + +To save from a "history" file +----------------------------- + + The general format is: jsave slot user_name game_number. For example: + + jsave A Friar 3 + + where 'A' is your journal slot; 'Friar' is the handle of the player whose + game you want to save -- whether it is your handle or the handle of another + player; and '3' is the number of the game from that player's 'history' file. + +To save from another journal +---------------------------- + + The general format is: jsave slot user_name slot. For example: + + jsave B Rattlesnake A + + where 'B' is your journal slot, 'Rattlesnake' is the handle of the player + whose journal game you want to transfer to your journal; 'A' is that + player's journal slot for that game. + +Using this journal-transfer feature, you can also relabel your own journal +entries. For example: + + jsave A your_handle D + +will take the journal game in slot 'D' and copy it to journal slot 'A'. At +the moment, it is not possible to delete a slot (except by overwritting); that +capability will be added in the future. + +See also: history journal + +[Last modified: December 25, 1995 -- Friar] + -- cgit v1.2.3