mIRC Homepage
Posted By: raZOR on connect thing - 17/06/05 01:41 PM
i am usualy at 7-8 channels on irc but my dumb isp d/c me every 24h... sometimes earlier smirk

anyway is there a way to make thru script that when mirc connects to network/server that id DONT rejoin those channels but wait intil something is triggered (like alias) and THEN it proceeds with joining ?
Posted By: tidy_trax Re: on connect thing - 17/06/05 02:17 PM
Turn off the 'rejoin channels on connect' option in Alt+O > IRC and then add the following to remote;

Code:
on *:connect:{ mycoolalias }
alias mycoolalias {
  ....
  join #1,#2,#3,#4,#etc
}
Posted By: raZOR Re: on connect thing - 17/06/05 02:23 PM
yeah !
thanks tidy laugh !
© mIRC Discussion Forums