;
; Amiga CommLink BBS default setup file   10/16/86
;
; This is a sample setup file
; 
; Setup file commands:
;
; Echo  - displays the text string following the command to the BBS console.
; Sysop - The name of the System operator.
; Title - The title of the BBS
 Echo *----------------------------*
 Echo *     //                     *
 Echo *   \X/  Amiga CommLink BBS  *
 Echo *                            *
 Echo *----------------------------*
;
; System info
;
 Sysop Scott Martin
 Title [* Amiga CommLink BBS *]
 ID Node#0
 User       df1:BBS/User/User.data
 MsgData    df1:BBS/Msg/Msg.data
 LibSetup   df1:BBS/Libs/Libs.setup
 Lib        df1:BBS/Libs/Libs.data
 BoardSetup df1:BBS/Boards/Board.setup
 Board      df1:BBS/Boards/Board.data
 Bltn       df1:BBS/bltn/bulletin
 Sleep 300  
 Warn  300
; goto sleep after 300 secs (5 mins)
;
; Location/name of sampled sound file for chat function.
;
 Sound df1:BBS/linkbbs.snd
 Per 420
;
; CommLink BBS system menus
;
 Welcome df1:BBS/menus/welcome.menu 
 NewUser df1:BBS/menus/newuser.menu
    File df1:BBS/menus/file.menu
    Main df1:BBS/menus/main.menu  
    Info df1:BBS/menus/info.menu
    News df1:BBS/menus/news.menu
Bulletin df1:BBS/menus/bulletin.menu
    Read df1:BBS/menus/read.menu
     Msg df1:BBS/menus/msg.menu
  Editor df1:BBS/menus/editor.menu
  LogOff df1:BBS/menus/logoff.menu
;
; User defaults
;
 UserLine  76  ; Screen width
 UserPage  25  ; Screen height
 UserLevel 10  ; Security levels
 UserMsg   10
 UserFile  10
 UserBltn  10
 UserLimit 1000 ;User time limit in seconds
;
; Modem defaults
;
 ModemType   Super Modem 1200
 ModemOpen   AT E0 F1 M0 Q0 V0 X1 S0=1
 ModemReset  ATZ
 ModemDial   ATDT
 ModemRing   2
 ModemAnswer ATA
; Modem response codes (numeric or text)
 ModemB300   1
 ModemB1200  5
 ModemB2400  10
 ModemB4800  NONE
 ModemB9600  NONE
 ModemDelay  30
; Wait time for modem in ticks (1/50 sec)
 ModemConnect 1
; If modem supports Hayse command reponses (e.g. Connect 1200)
; Set ModemConnect to 1 else set ModemConnect to 0.
; Using 0 the BBS will use the 'Hit return until connected' method.
; -- You can use LF, CR or space to connect with BBS.
; End of linkbbs.setup
