diff --git a/config.yaml b/config.yaml index f391da1..a84ae80 100644 --- a/config.yaml +++ b/config.yaml @@ -16,6 +16,6 @@ Parser: re_comm: '(?P[#@%$&]?)(?PTo|From)?\s?(?P<\S+>)? ?(?P[^:]+): (?P.*)' - re_joined: '(?P\S+) has joined the area.' + 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