brettstimmerman / jabber-bot

Easily create simple regex powered Jabber bots.
BSD 3-Clause "New" or "Revised" License
91 stars 30 forks source link

Fix for individual command helper. #7

Closed TheLarkInn closed 11 years ago

TheLarkInn commented 11 years ago

Regex was returning ' ' instead of '', therefore preventing the single command help lookup from working.

brettstimmerman commented 11 years ago

Hey @TheLarkInn, nice catch and thanks for the pull request! Would you mind removing the invisible command piece since it's not related?

TheLarkInn commented 11 years ago

Oh goodness I'm sorry about that. Yeah let me change that. Might take a moment for me to figure out how to do it! lol

TheLarkInn commented 11 years ago

I think I did that right, please let me know if that was wrong. Still a little new to git/github! :)

brettstimmerman commented 11 years ago

Sorry for leaving this hanging so long. Thanks again for the pull request.