Thank you for helping me, but still the same problem.

My Remote is as follows:

Code:
 
alias joinchans {
  if (undernet isin $network) {
    var %c = 1
    while $read(file.txt,n,%c) {
      $+(.timer,join.,$cid,.,$v1) 1 $calc(%c  2) join $v1
      inc %c
    }
  } 
}


On CONNECT { if ($network == undernet)
  msg x@channels.undernet.org login Gomp kragom
} 



menu channel {
  Hide Channel Switchbar  window -ha $active
  Show Channel Switchbar  { window -w $active }
} 


menu query {
  reload logfile loadbuf $1 $+(,$sfile($logdir.log),)
}


;Target changed to fast, please try again in xxx seconds....
raw 439{ if ($network == undernet)
set $+(%,failedchan,.,$2) $2
var %delay = $calc($rand(1,150) + $gettok($1-,-2,32))
.timer 1 %delay join $+(%,failedchan,.,$2)
}

on mejoin#{ if ($network == undernet)
unset $+(%,failedchan,.,$chan)
}


on op#Ascetickism$iif($opnick == $me,.mode $chan -o $me)

 



And I do not even understand why it connects to all the channels at all.. I

As I never even issue a /joinchans command..

I even cheched in Perform, for all servers, and It beats me..

confused