hi, i am trying to make my own hostserv for my IRC server, but i have a few problems.

on *:text:*:?:{
if ($me == Hostserv) {
if (Create == $$1) && ($$2 != $null) && ($$3 != $null) && ($$4 != $null) { .notice $nick you have created user $$2 | .notice $nick with password:  $+ $$3 | .notice $nick With Host:  $+ $$4
addhost $$2 $$3 $$4
}
}
alias savevhost {
hsave -o vhosts vhosts.conf
}
alias loadhost {
hmake -s vhosts 1000
hload vhosts vhosts.conf
}
alias addhost { hadd vhosts $1 $2 $3 }
i want to add the nickname, password, and the Vhost how will that be done ??? and how will i read the new Vhost ???

thx


TotalIRC the place to be

TuX.TotalIRC.net:6667

#TotalIRC