/
board-1/
0 NOTE 'NOTE WRITE' 'NOTE READ' BOARD 'NOTE SYSTEM' BOARDS~
Syntax:

board [number|name]			Shows or changes board
note					Reads next note.
note read [[number] | "again"]		Reads a certain note.
note remove <number>			Removes a note written by you.
note list [number]			Shows up to number notes.
note write				Posts a note
note catchup				Marks all notes in this board read.

note purge				Removes all expired notes  (IMM)
note archive				Archives all expired notes (IMM)

These commands are used for the new note system. Instead of just one board, 
there are several, each with its special purpose. 

Changing between the boards is accomplished using the BOARD command. BOARD
without any arguments gives you a list of all boards together with number of
unread message. To change, type BOARD <number> or BOARD <name of the board>.

To read next unread note, type NOTE. To read a note with a specified number,
type NOTE READ <number>. To read the last note you have read on this board,
type NOTE READ AGAIN (Not yet implemented). Note that unlike the standard 
note system, a note has the same number in NOTE LIST and NOTE READ.

Posting a message is as simple as writing NOTE WRITE. You will be moved 
into interactive mode, where all you see are prompts for the fields like 
To:, From: etc. You will be automatically put AFK while writing a note.

To see the list of the notes in the current board, type NOTE LIST. Typing
NOTE LIST <number> will list only <number> of the last notes in the area.

Immortals can remove notes. NOTE PURGE removes *all* the notes that are
considered old in the current board. NOTE ARCHIVE *moves* those notes to 
the Archived area. Immortals can also choose how many days their notes 
are kept when posting one.

This board system was created by Erwin S. Andreasen, 4u2@aabc.dk, aka
Phunk and is freely available. The general outlook was based on Mystic 
Adventure's note system (mud.gel.ulaval.ca 4000).
~