mIRC Homepage
Posted By: jh20001 ini limitations in char's per line - 04/09/03 06:58 PM
I think it would be awesome if the limit of how many char's you can have in each line (blabla=blablablablablablablabla) was increased. That way grouping information behind one ini setting "setting=...." wont be limited or 'as' limited as it is currently smile

I myself have a autovoice script in which saves the hosts one after another under the channels name (#channel=hosts *whatever!*@blabla.com *!*herehere@whatwhowhen.com etc etc)
Posted By: ClickHeRe Re: ini limitations in char's per line - 04/09/03 08:08 PM
I think it is more limited by mIRC's internal command parameter limit which is 900.. chars long.
Posted By: psycogod Re: ini limitations in char's per line - 04/09/03 08:25 PM
you could set ur .ini file differently so you dont have to worry about line length limit something like,

[avoice]
<#channel>.num=<num>
<#channel>.1=<address>
<#channel>.2=<address>
<#channel>.3=<address>
.....
<#channel>.<num>=<address>

<num> holds the total number of addresses so you can loop through and check each one. <address> is the addresses of people to avoice. <#channel> is the channel name.

i agree that it would be nice if the 900 char limit was removed from mIRC, but that is a limit placed on mIRC by a call to an OS function, wsprintf() i believe is the function that places this limit.
© mIRC Discussion Forums