name++ twice in one message only inrements once
When reimplmenting, I made it a single increment per name, even if the name is ++'d multiple times. Multiple ++s to the same name should increment the score by the number of times they occur.
When reimplmenting, I made it a single increment per name, even if the name is ++'d multiple times. Multiple ++s to the same name should increment the score by the number of times they occur.