try setting the nick to a variable such as
on *:VCMD:hello:*:
set %blah $nick
msg # hello %blah
you could perhaps just use the $nick in the line you had like so
on *:VCMD:hello:*: /msg # $1- $nick or
on *:VCMD:hello:*: /msg # hello $nick