mIRC Home    About    Download    Register    News    Help

Print Thread
#29740 14/06/03 09:37 AM
Joined: Jun 2003
Posts: 2
R
Bowl of petunias
OP Offline
Bowl of petunias
R
Joined: Jun 2003
Posts: 2
Is there any way of temporarily disabling the mIRC option "rejoin on connect" via a script?


-- ragnarok
IRC101.org Editor-in-Chief
#29741 14/06/03 03:18 PM
Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
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..


- cF
Dedicated helper for rent.
#29742 15/06/03 02:34 AM
Joined: Dec 2002
Posts: 191
N
Vogon poet
Offline
Vogon poet
N
Joined: Dec 2002
Posts: 191
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.


Link Copied to Clipboard