diff --git a/config.yaml b/config.yaml index 47ca7fa..ba7f950 100644 --- a/config.yaml +++ b/config.yaml @@ -12,5 +12,5 @@ Chat: sold: 'Sorry, {item} is already sold' Parser: re_log: '(?P\d\d\d\d/\d\d/\d\d \d\d:\d\d:\d\d) (\d+) (\S+) \[(?P\S+) (\S+) (\d+)\] (?P[#@%$&]?)(?PTo|From)?\s?(?P<\S+>)? ?(?P[^:]+): (?P.*)' - re_trade: 'Hi, I(( would)|(''d)) like to buy your ?(?P\d*) (?P.+?) (listed )?for (my )?(?P(?:\d*\.?\d+)) (?P\D+) in (?P\w+)\.?( \(stash tab \"(?P.+)\"; position: left (?P\d+), top (?P\d+)\))?' + re_trade: 'Hi, I(( would)|(''d)) like to buy your ?(?P\d*) (?P.+?) (listed )?for (my )?(?P\d+(\.\d+)?) (?P\D+) in (?P\w+)\.?( \(stash tab \"(?P.+)\"; position: left (?P\d+), top (?P\d+)\))?' re_clipboard_prefix: '^@(?P\S+) ' # this regex is used as a prefix for re_trade