sorted it kind of... i added it to the nick menu instead
add to popups..

Code:
Ask anon
.change nick:{
  if (Anon* iswm $1) {
    .notice $1 Please change your nick within 2 minutes, or you will be kicked.
    .timera 1 30 if ( $1 ison $chan ) { /notice $1 This is your second warning change your nick or be kicked 1 minute remaining!!
      .timerb 1 90 if ( $1 ison $chan ) { /notice $1 This is your LAST warning change your nick or be kicked 30 seconds remaining!!
        .timerc 1 120 if ( $1 ison $chan ) kick $chan $1 Please change your nick
      }
    }
  }
}
 


select from drop down menu and hey presto you can single nicks out by clicking on them

not perfect, but gets round the timer issue smile

ive even added two options to the menu
English and Portuguese
(i have many portuguese users)
so i can tell people in there own language smile

a quick DNS check reveals .co.uk or .pt
smile

Last edited by RedDevilUK; 09/05/06 01:38 PM.