General: log_file: 'D:\SteamLibrary\SteamApps\common\Path of Exile\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' poe_path: 'D:\\SteamLibrary\\steamapps\\common\\Path of Exile\\PathOfExileSteam.exe' 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.*)' re_comm: '(?P[#@%$&]?)(?PTo|From)?\s?(?P<\S+>)? ?(?P[^:]+): (?P.*)' re_joined: ': (?P\S+) has joined the area.' 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