mIRC Homepage
Posted By: McOwnage autojoining and keep trying? - 21/10/06 06:22 PM
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?
Posted By: billythekid Re: autojoining and keep trying? - 21/10/06 07:57 PM
you can type /timerjoin 0 120 join #channelname

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

btk
Posted By: McOwnage Re: autojoining and keep trying? - 21/10/06 08:18 PM
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
Posted By: billythekid Re: autojoining and keep trying? - 21/10/06 08:20 PM
sorry, yes once on the channel type /timerjoin off
Posted By: billythekid Re: autojoining and keep trying? - 21/10/06 08:22 PM
perhaps a better code would include checks,

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

btk
© mIRC Discussion Forums