General: log_file: 'D:\Poe\logs\Client.txt' log_level: 'DEBUG' after_sendkeys_key_wait: 0.001 # Amount of seconds to wait after a keypress. Default is 0.01 poe_window_title: 'Path of Exile' Chat: # Define chat messages with the following placeholders: # message, date, channel, user, guild, to_from, item, amount, currency, tab, row, col, league, pickup: 'Your item {item} for {amount} {currency} is ready to pickup.' wait: 'I am currently busy. Please wait.' ty: 'Thank you and good luck.' 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 like to buy your ?(?P\d*) (?P.+) (listed )?for (my )?(?P\d+) (?P\D+) in (?P\w+)\.?( \(stash tab "(?P.+)"; position: left (?P\d+), top (?P\d+)\))?'