mIRC Home    About    Download    Register    News    Help

Print Thread
#122935 17/06/05 01:41 PM
Joined: Apr 2005
Posts: 1,009
raZOR Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Apr 2005
Posts: 1,009
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 ?


IceCapped
#122936 17/06/05 02:17 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
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
}


New username: hixxy
#122937 17/06/05 02:23 PM
Joined: Apr 2005
Posts: 1,009
raZOR Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Apr 2005
Posts: 1,009
yeah !
thanks tidy laugh !


IceCapped

Link Copied to Clipboard