Added sendkeys module.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
General:
|
||||
log_file: 'D:\Poe\logs\Client.txt'
|
||||
log_level: 'DEBUG'
|
||||
Chat:
|
||||
pickup: 'Your item {item} for {amount} {currency} is ready to pickup.'
|
||||
wait: 'I am currently busy. Please wait.'
|
||||
ty: 'Thank you and good luck.'
|
||||
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