#login on
on *:text:!login &:?: {
if (%hfpass == $2) {
set -u6000 $+(%,hf,$nick) on
notice $nick Login succesful.
}
}
#login end

is there anything wrong with it?

i try to trigger it by !login pass
it didn't send me a notice, so i assume that i'm not login
anyone can help??