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
Quote:
writeini -n
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.

Last edited by Tomao; 05/06/11 10:49 PM.