This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Fixed poll help bug

David Greeson requested to merge poll-help-fix into master

Created by: HighSaltLevels

What/Why

I wasn't checking for the first argument to be help and the split on ";" was making it where there were not enough arguments for the index I was doing later on. This PR checks explicitly for the help and returns the help massage to the user.

Merge request reports