ajacksified / hubot-plusplus

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

handle ++/-- of emojis #46

Closed samuelcouch closed 9 years ago

samuelcouch commented 9 years ago

Don't escape a trailing : if you are trying to ++/-- an emoji. Also some general cleanup for style consistency.

Currently: input -> :8ball: ++ output -> :8ball has 1 point

With fix: input :8ball: ++ output: :8ball: has 1 point

samuelcouch commented 9 years ago

Just noticed the note about submitting changes to the other repository. Should I move my PR there?

ajacksified commented 9 years ago

Published as 1.1.6. Thanks!

samuelcouch commented 9 years ago

Sweet! :+1:

toshimaru commented 9 years ago

Cool. samuelcouch++