My bad. I thought you just want to say !favcolor without username.
If you also want able to say !favcolor with username then it would be like this:

Code:
var %z = $iif($2,$2,$nick)
var %color = %color. [ $+ [ %z ] ]


Originally Posted By: gavintrujillo
I've tried that already, just tried it again. Didn't work

EDIT: That just changes the part of the variable it grabs from
Quote:
%color.username green

so no matter the username you type after !favcolor, it will always show your username's color. The name is still required to be entered.