Commands
Counters
Create new counter
creates new counter with value 0
&createcounter {name_of_counter}
Delete counter
deletes counter
&deletecounter {name_of_counter}
List counters
list all the counters in the channel
&listcounters
Add to counter
increments the value of counter (+1)
&add {name_of_counter}
Decrease from counter
decrements the value of counter (-1)
&decrease {name_of_counter}
Get counter value
gets current value of counter (-1)
&counter {name_of_counter}
Ratings
Create new rating
creates new rating
&createrating {name_of_rating}
Delete rating
deletes counter
&deleterating {name_of_rating}
List ratings
list all the ratings in the channel
&listratings
Rate
add new score to the rating (0-10)
&rate {name_of_rating} {score}
Average rating
gets current average of rating
&averagerating {name_of_rating}