; EasyRequestPatch Config File. $VER: V1.5 (11-Nov-95).
;
; First supply the string to check for. Use dos patterns as you like to.
; Then a comma follows and a group of three numbers enclosed in brackets.
; There can be up to five groups for one string.
;
; The first number is a delay value in Vbls (=ticks) how long to wait
; before answering the requester with the specified button whichs number
; has to be placed in the second value. The third one represents the
; number of retries the button has to be pressed before proceeding with
; the next group.
;
; The gadget number is specified from the left to the right, starting
; with 1. ATTENTION: The most right gadget is always gadget 0.
;
; After each group has been tried, the original requester will be popped
; up.
;
; Summary:
; comparisionstring,(delay,gadget,retries),(delay,gadget,retries)...
;
; Additional notes:
; - Empty lines and lines beginning with a semicolon are ignored by
;   the parser.
; - Use quotes where required.
; - The following line will cancel *ALL* requesters immediately:
;   #?,(0,0,500)

; NEW FOR VERSION 1.6:
; Configuration variables. Customize your logfile. All variables are
; CASE SENSITIVE! Do NOT change a variable if you don't now EXACTLY
; what you do!

;@taskpri-20
;@remembertime500
;@checkdelay10
;@logupdatetime6000

@logdate- logtime+ logtaskname+ logreqtext+ maxtextlen40 textnospace+

; These are some defaults for german system requesters
;#?Lesefehler#?,(5,-3,8),(1,1,5),(2,-3,50),(0,0,50)
;#?Prüfsummenfehler#?,(5,-3,8),(1,1,10),(2,-3,50),(5,0,50)
;#?Benötige#?,(1,0,100)
;#?Programmfehler#?,(3,-3,50),(250,-5,0)

; Here are the english example strings:
"#?read error#?",(5,-3,8),(1,1,5),(2,-3,50),(0,0,50)
"#?checksum error#?",(5,-3,8),(1,1,10),(2,-3,50),(5,0,50)
"#?insert volume#?",(1,0,100)
"#?program failed#?",(3,-3,50),(250,-5,0)

