Closed rk295 closed 9 years ago
The regex defined in REGEX_CHAT_USERNAME matches only the first (up to the first space) word of the chat message. Test here. I've changed this to match more characters (test here). This would close #23 if merged.
REGEX_CHAT_USERNAME
Thanks for your PR! :)
The regex defined in
REGEX_CHAT_USERNAME
matches only the first (up to the first space) word of the chat message. Test here. I've changed this to match more characters (test here). This would close #23 if merged.