cthit / VoteIT

Voting website hosted on a node.js server
MIT License
4 stars 29 forks source link

Make commands generic #3

Closed sveningsonrobin closed 9 years ago

sveningsonrobin commented 9 years ago

All commands must have a list of expected parameter types, so that the server can convert all parameters to the correct type before sending them to the command-methods.

Must also check for basic things like commas where there aren't supposed to be any.

Automatic checks that makes sure that each command get's enough parameters.