ucsb-cs56-projects / cs56-android-smoke-signals

-
GNU General Public License v3.0
1 stars 7 forks source link

Resolved issue #16 #20

Closed thatonesimon closed 7 years ago

thatonesimon commented 7 years ago

16

If commands that require certain arguments (Contact, SMS, Powersave) do not come with the required arguments, we text the user back with help on that specific command.

If a user texts a command that isn't quite a command on the list (but the first three letters match) we will send them the help page.

In collaboration with @sayalirkakade, mentored by @jimmylle

jimmylle commented 7 years ago

Issue #16 was already resolved in pull request #21 and that also solved issue #17 so I accepted that one instead.