Thanks!!

this script is almost perfect! just one minor detail

----
on *:text:!dollar:#:{ idollar msg $chan Dollar added by $nick}on *:text:!resetdollar:#:{ rdollar msg $chan Score reset by $nick}alias rdollar { unset %dollar }alias idollar { if (!%dollar || %dollar < 1000) { inc %dollar }}
---
if i type !dollar it says: a dollar was added by $nick
what do i need to adjust if i want it to say
a dollar was added by johndoe
after i have typed !dollar johndoe