mIRC Homepage
Posted By: ragnarok Rejoin on Connect - 14/06/03 09:37 AM
Is there any way of temporarily disabling the mIRC option "rejoin on connect" via a script?
Posted By: c0ldfusi0n Re: Rejoin on Connect - 14/06/03 03:18 PM
I guess you could replace the whole join alias and make it do nothing...

Code:
#bleh off
On 1:CONNECT:{ alias /join /return }
#bleh end


That way you can /enable #bleh to activate it, and /disable #bleh to disable it..
Posted By: Nobodi Re: Rejoin on Connect - 15/06/03 02:34 AM
That would create a new join alias in aliases on connect when #bleh was enabled and force you to use !join to join any channels even if the group was enabled or not after it had been used once.
© mIRC Discussion Forums