Ok. A while back I had switched to both plain text and ini files for settings. I just got tired of having so many vars. On my pc I do not notice any real lag, but when I put my script on a p100, there is a fair amount of lag and I think its from the script reading from the files for a lot of different things.
An example: I have a setting for on ban that says if I should warn the users, kick them, or kick an ban them. So when I am banned, it reads from a file to see what it should do. While I want that to be there every time I start mirc, I would think that there would be a slow down from having to read from the file. But on the other hand, I would have to load the hash file and save it on startup and close.