mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2006
Posts: 43
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Sep 2006
Posts: 43
sometimes i get disconnect and when mirc reconnects the channel is full I am looking to keep trying to join say every min or 2 till it joins when it joins it stops trying to join the channel. is there a way?

Joined: Mar 2003
Posts: 612
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Mar 2003
Posts: 612
you can type /timerjoin 0 120 join #channelname

that sets a repeating(0) timer every 2 minutes(120) to join channel #channelname

btk


billythekid
Joined: Sep 2006
Posts: 43
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Sep 2006
Posts: 43
Quote:
you can type /timerjoin 0 120 join #channelname

that sets a repeating(0) timer every 2 minutes(120) to join channel #channelname

btk


tried that problem is when i am joined it keeps trying to join so if i am typing in another channel when the timer goes off the joined channel take focus so the typing goes there

Joined: Mar 2003
Posts: 612
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Mar 2003
Posts: 612
sorry, yes once on the channel type /timerjoin off


billythekid
Joined: Mar 2003
Posts: 612
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Mar 2003
Posts: 612
perhaps a better code would include checks,

/timerjoin 0 120 $iif($me !ison #channel,join $v2,timerjoin off)

btk


billythekid

Link Copied to Clipboard