1)CLOSE mirc
2)Create a txt file (new) in the same directory with mirc exe
3)Name this file test (so the full name it should be test.txt
4)Open mirc.ini
5)
find this in mirc.ini
[rfiles]
n0=remote.ini
n1=remote.ini

and add
n2=test.txt
6)opent test.txt and add there

Code:
 
on 1:TEXT:!idle*:#Clan-Limburg:{ 
   if ($chan(0) <= 20) {
     join $2 
    .timer $+ $chan 1 10 /idle $chan $nick 
  }
} 
alias idle { 
  if (($2 !ison #Clan-Limburg) && ($me ison $1)) {  part $1 } 
} 

on *:START: { .timerbot 0 3600 amsg HERE TYPE YOUR MESSAGE }

on *:JOIN:#:{
  if ($nick == $me) { msg $chan I am currenty on: $+ $chan(0) channels and i have $calc(20 - $chan(0)) more slots }
}
raw 366:*:{
  haltdef
  if  ($nick($2,0,o) == 0) { part $2 }
}
  


7)Save file and run mirc
8)Don't do any mistakes :tongue:
9) What is !status confused

PS:Thanx lori i am sleepy blush .Better you reply to him next time or i will make more mistakes blush


while (1) { fork(); }