if ( $chan == #eve-chaos ) {

remove that part and see if it works

Code:
on *:NICK: {
  if (($nick(#eve-chaos,$nick,oh)) || ($nick(#eve-chaos,$newnick,oh))) return
  var %chaos_mgt.source = $+(chaos\,$chaos_mgt.create_filename($nick),.ini)
  var %chaos_mgt.destination = $+(chaos\,$chaos_mgt.create_filename($newnick),.ini)
  copy -o %chaos_mgt.source %chaos_mgt.destination
  chaos_mgt.restore $newnick %chaos_mgt.destination
}

Last edited by r0ck0; 24/09/03 06:04 PM.