devict / devict-hubot

devICT Slack Hubot!
http://devict.slack.com
10 stars 13 forks source link

plus-plus doesn't level up unames that contain hyphens #5

Closed hitjim closed 8 years ago

hitjim commented 9 years ago

Case in point:

james-seymour++ for being a soothsayer

... results in the bot willfully ignoring james-seymour and thus tearing our family apart.

MrsJaw commented 8 years ago

Did this get fixed? Was it actually the problem to begin with? Am I missing something?

botpointswithhyphens

jcbwlkr commented 8 years ago

@MrsJaw in our version of hubot-plusplus (version 1.1.2) the regex for the thing being upvoted is [\s\w']* but in the latest version it is [\s\w'@.\-:]*. Solution is to update ours to the newest version and redeploy.

MrsJaw commented 8 years ago

Ahhhhhh ok