mIRC Home    About    Download    Register    News    Help

Print Thread
#174306 05/04/07 11:25 AM
Joined: Feb 2006
Posts: 546
J
jaytea Offline OP
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Feb 2006
Posts: 546
when MAXTARGETS= exists in raw 005, mIRC knows it can use the #chan,#chan,#chan target format instead of sending multiple commands to the server, but it strikes me as odd that it doesn't look at the actual value of MAXTARGETS and split up the messages accordingly

for example, MAXTARGETS=3 and you're on 5 channels #a,#b,#c,#d,#e. /amsg will send:

PRIVMSG #a,#b,#c,#d,#e

when it should send:

PRIVMSG #a,#b,#c
PRIVMSG #d,#e

i haven't tested it for other similar commands like /ame, /qme, /qmsg (maybe even /omsg, /onotice etc.) but i imagine they also have this problem. tested on 6.21 of course


"The only excuse for making a useless script is that one admires it intensely" - Oscar Wilde
jaytea #174334 05/04/07 06:52 PM
Joined: Mar 2007
Posts: 60
S
Babel fish
Offline
Babel fish
S
Joined: Mar 2007
Posts: 60
Hmm. I never realized that. Nice work. This should be fixed for the next version because many people are on more channels than the MAXTARGETS value allows. If somebody wants to say something important to all channels they would have to use a small and slow while loop or use noop. It would be a lot easier if the /amsg had this already implemented into it.


"In order to succeed, your desire for success should be greater than your fear of failure."
jaytea #174360 06/04/07 04:44 PM
Joined: Dec 2002
Posts: 5,412
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,412
Thanks this should work correctly in the next version.

Khaled #174368 06/04/07 06:25 PM
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
Yay no more 'Too many recipients' messages. smile

RoCk #174450 07/04/07 11:08 PM
Joined: Feb 2006
Posts: 65
F
Babel fish
Offline
Babel fish
F
Joined: Feb 2006
Posts: 65
and mirc should also queue msgs more then 3, some servers allow 300 chans, and like 4 maxtargets, that will get u flood-killed.


known on irc as MrStonedOne
read my full post before replying or dont reply. tl;dr isn't allowed here

Link Copied to Clipboard