; MessageMenu.Menu
;
; This is a MEBBSNet message menu.
;

Page 3
Type Message
Prompt MainP

; If you have menu page 3 defined for the menu to use for a message area,
; then this menu would be used.

Helpfile Default MsgMenu

Option 'C':
   Function Chat
   end

Option 'D':
   Function DLMessages
   end

Option 'E':
   Function Enter
   end

Option 'G':
   Function Goodbye
   end

Option 'H':
   Function Scan
   end

Option 'K':
   Function Kill
   end

Option 'L':
   Function Feedback
   end

Option 'M':
   Function MarkMessage
   end

Option 'N':
   Function NodeSearch
   end

Option 'O':
   Function OtherMessageArea
   end

Option 'Q':
   Function Previous
   end

Option 'R':
   Function Read
   end

Option 'S':
   Function ScanRead
   end

Option 'T':
   Function ToggleMessage
   end

Option 'U':
   Function ROBOTMessage
   end

Option 'X':
   Function UPMessage
   end

