; Example LazerTalk Configuration File ; =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ; ; *Line to display to user while a help screen or program is being used: WAITMSG: One moment please...| ; *Line to display to user when LazerTalk goes into chat from a page: PAGE-STARTMSG: Howdy, to what do I owe the honour?| ; *Line to display to user when LazerTalk exits from a page: PAGE-ENDMSG: |Thanks for the chat, exiting to BBS...| ; *Line to display to user when the SysOp breaks in to chat: BREAK-STARTMSG: The SysOp interupts your daily business for a natter!| ; *Line to display to user when LazerTalk exits: BREAK-ENDMSG: |It's over to you......| ; *Ask user to give a reason for the page.. i.e. subject of conversation. REASON-TO-CHAT: ON ; *Write users reply to Reason To Chat (RTC) in system log? LOG-RTC: ON ; *When a window is full of text, scroll the window. SCROLL: ON ; *Give filename of paging tune (xbios 32) to play, or BELL to ping at sysop. YELL: D:\QBBS\LTALK\IRRITATE.MUS ; *Page sysop for 15 seconds. PAGE-LENGTH: 15 ; *Put your name here. SYSOP: John Carolin ; *Specify shell/program to run when ALT-J is pressed. SHELL: D:\QBBS\COMMAND.PRG ; *Specify filename to display to user if there is no answer to his page. NOT-AROUND: D:\QBBS\TEXT\PAGED.ASC ; *Specify file to save logged chats to. SYSLOG: D:\QBBS\SYSTEM.LOG ; *Some funword definitions: FUNWORD: sysop<>System Commander FUNWORD: qbbs<>QuickBBS-ST FUNWORD: amiga<>Commodore Games Machine FUNWORD: i'm off<>well i'm in no rush to go.. i'll stay for another hour ; *When LazerTalk runs, should the funmode by on or off? FUNMODE-DEFAULT: OFF ; *Should the funmode be case senitive? FUNMODE-CASE-CHECK: OFF ; *Some function key definitions: F1: Hi, How can I help? F3: Isn't QBBS good F5: Heard any good ones recently? F10: Blimey. F20: I'm off to make a coffee, byeee. ; *Some external program definitons: PRG1: C:\TEMPUS\TEMPUS.PRG PRG2: C:\XYZ.TTP "-z -c" PRG3: C:\XYZ.TTP "-z -c -u *INPUT*" PRG4: C:\XYZ.TTP "*INPUT*" ; ; The pipe '|' charcater should be used with the START/END MSG, FUNWORD and FKEY ; definitions to represent a Carriage Return. ; All comments may be left here if required. ; All config commands may be in ANY order. ;