I downloaded and loaded a pretty simple away system for myself, which is suppose to let me add and delete reasons and away nicks for later use. However, when I am in the away system's dialog and I go to delete an away reason or away nick it gives me this in the status window:

"* /writeini: insufficient parameters (line 6, mas.ini)".

I don't know enough about scripting to figure out what's missing, so I was wondering if any of you could help me. Here is line 6 of the script:

"alias -l a_save { writeini " $+ $script $+ " settings $1 $2- }"

Can you tell me what's missing?