Quote:
Example:

Code:
on *:connect: {
  if ($server == yourserver) {
    set %i 1
    .timerjoin $lines(MyChannels.txt) 2 join $read(MyChannels.txt,%i)
    .timerjoincnt $lines(MyChannels.txt) 2 inc %i
  }
}


I'm a real nub at mIRC and I was just wondering what script part of mIRC do you put that code in? I'm assuming "Remote" but I just want to make sure.

Secondly, I have NoNameScript installed on my mIRC and because NNS fills my remote (and most other scripting windows) with script where should I put this script? Near the front? The end?

Thanks in advance.