; $HBBS
; all user commands for all access levels go here, note that if a user
; command is specified in a Level_XX file the same or lower than a users
; access level then that door will be used instead of the ones in here...
;
; door options take the format
;
; <commandname>_Type_1=HBBS
; <commandname>_Door_1=HBBS:Doors/User/<doordir>/<doorprogram>.HBBS <options>
; <commandname>_Param_1=<params>
; <commandname>_Debug_1=YES|NO
;
; where <commandname> is what the user types in at the command prompt
; command name MUST NOT have any non-printable characters in it as well
; as spaces, and preferably no High Ascii....
; <params> are just system params you want to pass to the door
; <doordir> is where the door is located
; <doorprogram> is the filename of the door program.
; <options> are any cmd line options you want to supply to the door
; generally most doors will also want {N} {O} in the <options>
; {N} is replaced by the nodenumber
; {O} is replaced by any options the user types at the bbs prompt..
;
; say you had a door setup as follows...
;
; D_Type_1=HBBS
; D_Door_1=HBBS:Doors/User/Download.HBBS {N} {O}
; D_Param_1=IGNORE_WILDSTAR
;
; and you typed "D fred.zip" at the bbs prompt when logged into node 1 the command
; run would be "HBBS:Doors/User/Download.HBBS 1 fred.zip"
; and N_ND->ActiveDoor->SystemOptions would contain "IGNORE_WILDSTAR"
; get it ?

; *** Mail Doors ***

R_Type_1=HBBS
R_Door_1=HBBS:Doors/User/Mail/Mail_ReadUSER.HBBS {N} {O}

MS_Type_1=HBBS
MS_Door_1=HBBS:Doors/User/Mail/Mail_Scan.HBBS {N} {O}

; *** Toy Doors ***

WHO_Type_1=HBBS
WHO_Door_1=HBBS:Doors/User/Who/Who.HBBS {N} {O}

; *** File Doors ***

D_Type_1=HBBS
D_Door_1=HBBS:Doors/User/Download/Download.HBBS {N} {O}
D_Type_2=SSCREEN
D_Door_2=QuickStats

F_Type_1=HBBS
F_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
F_Param_1=LIST

Z_Type_1=HBBS
Z_Door_1=HBBS:Doors/User/Zippy/TeppicZippy.HBBS {N} {O}

V_Type_1=HBBS
V_Door_1=HBBS:Doors/User/View/TeppicView.HBBS {N} {O}

FR_Type_1=HBBS
FR_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
FR_Param_1=REVERSE

N_Type_1=HBBS
N_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
N_Param_1=NEW

A_Type_1=HBBS
A_Door_1=HBBS:Doors/User/CheckTags/CheckTags.HBBS {N} {O}

OLM_Type_1=HBBS
OLM_Door_1=HBBS:Doors/User/OnLineMessage/OnLineMessage.HBBS {N} {O}

EC_Type_1=HBBS
EC_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS {N} {O}
EC_Param_1=CONFERENCE

W_Type_1=ECHO
W_Door_1=Access Denied!
