mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 31
J
jh20001 Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Jan 2003
Posts: 31
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)

Joined: Jan 2003
Posts: 249
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Jan 2003
Posts: 249
I think it is more limited by mIRC's internal command parameter limit which is 900.. chars long.

Joined: Dec 2002
Posts: 43
P
Ameglian cow
Offline
Ameglian cow
P
Joined: Dec 2002
Posts: 43
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.


Link Copied to Clipboard