alias rite_ini return writeini $mircdirAvalon\Options.ini
alias rem_ini return remini $mircdirAvalon\Options.ini

alias rite_ini return writeini ",$mircdirAvalon\Options.ini"
alias rem_ini return remini ",$mircdirAvalon\Options.ini"

and if so, what exactly is that doing?

ok, i changed the three alias's to...

alias read_ini return $readini(" $+ $mircdirAvalon\Options.ini $+ " ,$1,$2)
alias rite_ini return writeini " $+ $mircdirAvalon\Options.ini $+ "
alias rem_ini return remini " $+ $mircdirAvalon\Options.ini $+ "

and it seems to let them change the settings now without prob of it saving what they changed....

Only prob now is that, when sumone type the trigger
and the trigger root dir has spaces in it, it says this for its error....

* /fserve: no such file 'C:\Documents and Settings\Default\Desktop\mIRC\and' (line 1375, Avalon.mrc)

that line in the code is....
fserve $nick 99 $read_ini(Triggers,$replace($1-,$chr(32),&))

in the ini file is...

[Triggers]
testing&t=C:\Documents and Settings\Default\Desktop\Dialogs\

so i dunno how or even where its gettin that dir from ....

Last edited by LO_KEY; 24/03/03 09:10 PM.

any help would make me happy