in the readme it says the following:
All i want to know is how you execute a tcl command?TCL commands:
-------------
incrstats <user> <chan> <type> <value> [set]
increases the statistics of type <type> in <chan> for <user> by <value>.
If <set> is 1, the stats are not increased but set to the value.
getstats <user> <chan> <type> [today]
returns the stats of <user> in <chan> of type <type>. If <today> is 1,
the statistics of today are returned.
like i want to increase a users stats, but i cant figure it out!!
TIA!