SOBotics/CheckYerFlags

Fix the commands with spaces

Filnor opened this issue · 1 comments

cf r

gives an error, IndexError: list index out of range

cf r n

doesn't.

Try

' '.join(words[1:])