FugiTech/kaet

Counter names can be multiple words

Closed this issue · 0 comments

There should be a guard against counter names being more than one word in the "inc"/"dec"/"reset" commands. If a multi-word counter is created it cannot be parsed as a command. The counter should probably only take the first word of the data and ignore the rest.

Example seen on stream: "!inc ACOG 1" created a counter "ACOG 1". You then can't access this counter because "!ACOG 1" is parsed as the "ACOG" command with an argument of "1")