Is there a simple way to do remote commands in DogCollar with show user's colors on..
on level:text:.say*:#:msg # $2-
..the way i've been doing, is by on level:text:*:#, setting %cmd to $strip($1) and then if (%cmd == .say) { msg # $2- }
is there a way to make it just that one line without having the wild card infront of it..?