Currently you use INI file to save. From what I've learned there is a limit for INI, but I'm uncertain as to the maximum storage limit is. You should add the -n switch for the
command so that mIRC will attempt to store data that's larger than 64k.
You can alter your INI method to hash table. From what I know, hash table storage is unlimited.