fixed entered regex

This commit is contained in:
Oliver Hartmann 2023-05-21 23:48:51 +02:00
parent 09587d9233
commit 34704972d4

View File

@ -16,6 +16,6 @@ Parser:
re_comm: '(?P<channel>[#@%$&]?)(?P<ToFrom>To|From)?\s?(?P<guild><\S+>)? ?(?P<user>[^:]+): (?P<message>.*)'
re_joined: '(?P<user>\S+) has joined the area.'
re_joined: ': (?P<user>\S+) has joined the area.'
re_trade: 'Hi, I(( would)|(''d)) like to buy your ?(?P<nrItems>\d*) (?P<item>.+?) (listed )?for (my )?(?P<amount>\d+(\.\d+)?) (?P<currency>\D+) in (?P<league>\w+)\.?( \(stash tab \"(?P<tab>.+)\"; position: left (?P<col>\d+), top (?P<row>\d+)\))?'
re_clipboard_prefix: '^@(?P<user>\S+) ' # this regex is used as a prefix for re_trade