I'm working on a couple of scripts right now, thankfully having the same basic framework, but I ran into an issue. I'm trying to write to an ini somewhat like this:
.writeini blah.ini $nick lines +1
where it would write to an ini named blah, the section name would be the nickname that created the event, the variable would be "lines", and it would take a 0 and turn it into a 1, or turn a 1 into a 2, etc. basically, counting each time someone created a text event and recording it.
Also would need help reading the .ini. I'm pretty new to scripting. I just can't figure out how to use variables in the command.