]> git.pond.sub.org Git - empserver/blob - info/Commands/flash.t
Import of Empire 4.2.12
[empserver] / info / Commands / flash.t
1 .TH Command FLASH
2 .NA flash "Send a message directly to a friend's terminal"
3 .LV Expert
4 .SY "flash <CNUM/CNAME> [<MESSAGE>]"
5 .s1
6 The <CNUM/CNAME> argument is either the number or name of
7 the recipient nation.
8 .s1
9 flash allows instant communication between friendly nations.
10 flash has two different syntaxes.  You can either send your friend a one
11 line message as in:
12 .EX flash Foobots Hi there, I'm back from lunch
13 .s1
14 Or you can send a multi-line message:
15 .EX flash Foobots
16 .NF
17 > Hi there.
18 > I ate Fodderland for lunch.
19 > .
20 .FI
21 Note that you can end a multi-line flash with either a '.' (period)
22 on a line all by itself, or by hitting ^D on a line by itself.
23 Note also that all messages are truncated to 60 characters long!
24 .s1
25 If you do not wish to receive any flash messages from your friends,
26 then you can temporarily turn the feature off by typing "toggle flash".
27 .s1
28 Note that if the person you are flashing is allied to you, you will
29 be informed if they are not logged in or not accepting flashes when you attempt
30 to flash them.  This only works when *they* are allied with you, since
31 you would normally see them logged in or not using "players"
32 .s1
33 .SA "toggle, wall, declare, players, telegram, Communication"