HEy, my name is gomp!

I have a problem..


I cannot connect to several channels in one server, without the damn thing happening in the next server I joine..


How do I speisify it fro only happingin on the one server? (undernet)
and not the other (paranormal)


My remote reads as follows..

Code:
 
alias joinchans {
  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 == efnet) 
  msg x@channels.undernet.org login Gomp hahahha
} 



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 == efnet)
set if ($network == efnet) $+(%,failedchan,.,$2) $2
var if ($network == efnet) %delay = $calc($rand(1,150) + $gettok($1-,-2,32))
.timer 1 %delay join $+(%,failedchan,.,$2)
}

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


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


And I do not even know what triggers the on joine join of channels..

Please ansewer me in a msg if you can do it all from scrathc, as these mixing of scripts, and correctiong of eachoters just lead nowehre..
and I am here already..

confused

BTW, sorry if youthink multiple posts are messy, but I think unrelated stuff deservs its own post.




Last edited by gomp; 10/08/06 09:50 PM.