so this is my script for now:
on *:text:*!leg*:#:{
writeini -n legendary.ini $+($(<,$nick,>) $1-
}
alias guessleg {
writeini -n legendary.ini $1 $2 $3 $4 $5 $6-
}
alias readleg {
echo -a $readini(legendary.ini,$1,$2,$3)
}
alias removeleg {
remini legendary.ini $1 $2
}
what i want it to do is that when someone in the chat types "!leg text" it would save the nick into a set list of different items, and when i type "/readleg text" it will print out the nicks of those who wrote that text to me.
But now i'm getting error "/echo: insufficient parameters (line 10, remote.ini)"