Some more sendkeys messages
This commit is contained in:
@@ -2,9 +2,12 @@ General:
|
||||
log_file: 'D:\Poe\logs\Client.txt'
|
||||
log_level: 'DEBUG'
|
||||
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<date>\d\d\d\d/\d\d/\d\d \d\d:\d\d:\d\d) (\d+) (\S+) \[(?P<level>\S+) (\S+) (\d+)\] (?P<channel>[#@%$&]?)(?P<ToFrom>To|From)?\s?(?P<guild><\S+>)? ?(?P<user>[^:]+): (?P<message>.*)'
|
||||
re_trade: 'Hi, I would like to buy your (?P<item>.+) listed for (?P<amount>\d+) (?P<currency>\S+) in (?P<league>\S+) \(stash tab "(?P<tab>.+)"; position: left (?P<col>\d+), top (?P<row>\d+)\)'
|
||||
|
||||
Reference in New Issue
Block a user