Closed CiaranHannigan closed 8 years ago
Here is a link with the regex I replicated in that method, https://regex101.com/r/yU5eD6/3
javascript doesn't support lookbehind, so I simulated that by reversing the string and botname and running it with the lookahead.
Discussed some concerns with @CiaranHannigan . Issues #62 and #63 were opened to address these, so I'm merging this change.
👍
Added a check to ensure that a bot doesn't pick up on another bot being addressed.
resolves issue #57 resolves issue #58