Hi all,

I just noticed a new problem, with joining a lot of channels.
At the moment, I'm joining like 16 or more channels.
But now, mIRC comes with this error:
"Target change too fast. Please wait 43 seconds."
And the script 'halts'.... confused

I would like to solve it.
For example like the $play command, joining the channels with 2 seconds (or more) delay. As long as it would run/join on a stable way.

Code:
raw 396:*Nick.hostname.org is now your hidden host:{
  join #xxx1
  join #xxx2
  join #xxx3
  join #xxx4
  join #xxx5
  join #xxx6
  join #xxx7
  join #xxx8
  join #xxx9
  join #xxx10
  join #xxx11
  join #xxx12
  join #xxx13
  join #xxx14
  join #xxx15
  join #xxx16
  join #xxx17
  join #xxx18
  join #xxx19
  join #xxx20
}


Anyone with idea's?
Thx for the help

Last edited by OrionsBelt; 29/06/06 09:23 PM.