1!	 $eterna: msg,v 1.7 2018/06/10 08:17:41 mrg Exp $
2!
3! Copyright (c) 1990-2018  Michael Sandrof, Troy Rollo, Matthew Green,
4! and other ircII contributors.
5!
6! All rights reserved.  See the HELP IRCII COPYRIGHT file for more
7! information.
8!
9Usage: LOAD msg
10  Contains some handy key bindings:
11  A variable LAST_WHOIS will always contain the person you last /whois'd.
12  A variable LAST_NOTIFY will contain the person that was last detected to
13  sign onto irc.
14
15  By typing META2 with ? you will be prompted 'MSG <last_whois> '
16  With META2 and ! you'll get 'MSG <last_notify> '
17
18  Additionally you also have META2-, which expands to
19    MSG <last person that sent you a msg>
20  and META2-. to
21    MSG <last person you sent a msg to>
22  analogue to the standard IRC shortcuts ('MSG .' and 'MSG ,').
23
24  META2 is defined by /bind, by default it is ^x.
25
26See Also:
27  LOAD commander
28