ajacksified / hubot-plusplus

Welcome to Hubot, where the points don't matter
MIT License
59 stars 100 forks source link

match only exactly ++ and -- #45

Closed zdhickman closed 9 years ago

zdhickman commented 9 years ago

Current regex matches ++, --, +-, and -+. After, because of the if/else from L60-63, +- and -+ will subtract from the user. This regex will match specifically ++ and --.

screen shot 2015-09-07 at 6 44 23 pm
zdhickman commented 9 years ago

Closing - opening new PR in correct place (https://github.com/hubot-scripts/hubot-plusplus/pull/8)

zdhickman commented 9 years ago

Reopening since the readme seems to be inaccurate on which repo to open the PR (see https://github.com/ajacksified/hubot-plusplus/pull/47)

knueven commented 9 years ago

+1

tevin commented 9 years ago

+1

natdempk commented 9 years ago

:+1: @ajacksified This looks good, please merge!

therealklanni commented 9 years ago

Ping @ajacksified

Feel free to add me as a contributor, I don't mind managing PRs.

therealklanni commented 9 years ago

Published v1.2.0 :shipit:

zdhickman commented 9 years ago

:bow: