(all): Depend on info. Flatten info directory. This undoes the move to one subdirectory per chapter, which was done during Empire 2. The structure doesn't buy us much, as the info name space is flat, and it complicates makefiles. Overhaul info.pl: - It now wants to run in the root of the build tree. - Information on source files and subjects is now stored in makefiles, thus info.pl no longer picks up random junk from the file system. - Clean up Perl anachronisms, in particular use subroutine arguments and results rather than global variables where convenient. - Change format of diagnostics to the common format used by GNU tools, so that Emacs and the like can parse it. - Catch missing .SA. - When creating a new subject file, cowardly refuse to overwrite an existing file. - Subject files contain topics sorted by chapter, then by name. The order of chapters used to depend on how Perl sorts hash keys. Fix it.
33 lines
1.2 KiB
Perl
33 lines
1.2 KiB
Perl
.TH Command FLASH
|
|
.NA flash "Send a message directly to a friend's terminal"
|
|
.LV Expert
|
|
.SY "flash <CNUM/CNAME> [<MESSAGE>]"
|
|
.s1
|
|
The <CNUM/CNAME> argument is either the number or name of
|
|
the recipient nation.
|
|
.s1
|
|
flash allows instant communication between friendly nations.
|
|
flash has two different syntaxes. You can either send your friend a one
|
|
line message as in:
|
|
.EX flash Foobots Hi there, I'm back from lunch
|
|
.s1
|
|
Or you can send a multi-line message:
|
|
.EX flash Foobots
|
|
.NF
|
|
> Hi there.
|
|
> I ate Fodderland for lunch.
|
|
> .
|
|
.FI
|
|
Note that you can end a multi-line flash with either a '.' (period)
|
|
on a line all by itself, or by hitting ^D on a line by itself.
|
|
Note also that all messages are truncated to 60 characters long!
|
|
.s1
|
|
If you do not wish to receive any flash messages from your friends,
|
|
then you can temporarily turn the feature off by typing "toggle flash".
|
|
.s1
|
|
Note that if the person you are flashing is allied to you, you will
|
|
be informed if they are not logged in or not accepting flashes when you attempt
|
|
to flash them. This only works when *they* are allied with you, since
|
|
you would normally see them logged in or not using "players"
|
|
.s1
|
|
.SA "toggle, wall, declare, players, telegram, Communication"
|