hubot-archive / hubot-seen

A hubot script that tracks when/where users were last seen.
https://www.npmjs.org/package/hubot-seen
24 stars 15 forks source link

make the regex valid for all IRC characters #7

Closed yeled closed 9 years ago

yeled commented 9 years ago

as per RFC, []{}\^` are all valid nick characters.

\w already includes _, so remove it.

patcon commented 9 years ago

Looks good to me! Thanks! Just tagged and released it as v0.2.2 :)