Quote:
Code:
on *:nick:{
  ;
  ;* nick change has no $chan value so i use a %chan for similarity of code sakes * also so if u ever change the channel you only have to replace it here once.
  var %chan = #search-clan.nl
  ;
  if ($readini(idler.ini,%chan,$nick)) {
    writeini -n idler.ini %chan $newnick $v1
    remini idler.ini %chan $nick
  }
}


Thx alot , thisa works great , i have a nice script now smile