yes thats right !
or on $chan place use your chans
#chan1
#chan2
#chan3
I MAKE SOM LICKE THAT !
Code:
 on *:NICK:{
  if ($newnick == noiprocszzZZzz) { 
    timer 1 12 .mode #pele -o noiprocszzZZzz 
    timer2 1 14 .mode #one -o noiprocszzZZzz
    timer3 1 16 .mode #ikskile -o noiprocszzZZzz
    timer4 1 18 .mode #secondsky -o noiprocszzZZzz
    timer5 1 20 .mode #sviests -o noiprocszzZZzz
  }
}
  

Of corse its my chanels but you can put in yours chanels !
Why i use MODE not chanserv commands becose on my chanel have levels and and on this time noiprocszzZZzz not linked to my ouwn nick becose i am use licke that script !

You afcorse can use that script fot access if you vhant add access on your bot !

---------------------------
Its luck licke that
---------------------------
Code:
 [code] on *:JOIN:{
  if ($nick == noiprocszzZZzz) { 
    timer 1 12 .mode #pele +o noiprocszzZZzz 
    timer2 1 14 .mode #one +o noiprocszzZZzz
    timer3 1 16 .mode #ikskile +o noiprocszzZZzz
    timer4 1 18 .mode #secondsky +o noiprocszzZZzz
    timer5 1 20 .mode #sviests +o noiprocszzZZzz
  }
}  

--------------------------------------------------------------
Or
--------------------------------------------------------------
Code:
  on *:NICK:{
  if ($newnick == noiprocszzZZzz) { 
    timer 1 12 .mode #pele +o noiprocszzZZzz 
    timer2 1 14 .mode #one +o noiprocszzZZzz
    timer3 1 16 .mode #ikskile +o no=iprocszzZZzz
    timer4 1 18 .mode #secondsky +o noiprocszzZZzz
    timer5 1 20 .mode #sviests +o noiprocszzZZzz
  }
}   

--------------------------------------------------------------

Last edited by noiprocs; 03/10/06 03:47 AM.