mIRC Home    About    Download    Register    News    Help

Print Thread
#103872 26/11/04 02:03 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
on *:START: {
/hmake agenda 10
if ($isFile(agenda.hsh)) {
/hload agenda agenda.hsh
}
else {
/init
/hsave -o agenda $mircdiragenda.hsh
}
}


alias init {
/hadd agenda code hi
/hadd agenda nombre you
/hadd agenda edad dude
}


i made this any idea , i cant get work it

pleaseeeeeeeeee


mess with the best
#103873 26/11/04 02:37 PM
Joined: Feb 2004
Posts: 119
D
Vogon poet
Offline
Vogon poet
D
Joined: Feb 2004
Posts: 119
you forgot

Code:
on *:exit: { hsave -o agenda $mircdiragenda.hsh }

#103874 26/11/04 09:04 PM
Joined: Mar 2004
Posts: 175
Vogon poet
Offline
Vogon poet
Joined: Mar 2004
Posts: 175
And also:

Code:
On *:UNLOAD: { hsave -o agenda $mircdiragenda.hsh }


- Relinsquish

Link Copied to Clipboard