codebuddies / greetbot

Slackbot for greeting new codebuddies users
MIT License
9 stars 14 forks source link

Rewrite incomingParser.js to Accommodate Arbitrary Numbers of Commands & Targets #43

Closed BethanyG closed 6 years ago

BethanyG commented 6 years ago

As part of the support for Issue #4, we need to change the incomingParser.js to pull out more than one command/@username/ or #channnelaname at a time, & return those parameters as lists inside the object that the endpoint receives.

stain88 commented 6 years ago

So, the last 4 should be done, within the current message setup. Parsing out multiple commands, to be looked at once we have some dummy data for /resources

BethanyG commented 6 years ago

excellent!

stain88 commented 6 years ago

Think we're ready...

stain88 commented 6 years ago

Good to close?

BethanyG commented 6 years ago

Closing. excellent work! THANK YOU.