mIRC Home    About    Download    Register    News    Help

Print Thread
#264819 15/01/19 06:33 AM
Joined: Dec 2012
Posts: 9
P
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
P
Joined: Dec 2012
Posts: 9
Does anyone know if there is a script available that will auto password a room upon disconnect? My rooms are on auto join upon disconnect and I was hoping there's a script available to auto password so I don't have to manually password them. Thanks, in advance, to anyone that can advise.

Joined: Jan 2019
Posts: 4
F
Self-satisified door
Offline
Self-satisified door
F
Joined: Jan 2019
Posts: 4
What do you mean exactly? Do you want to set a password (+key) on a channel on disconnect? That will be hard when disconnected from a server. If you mean to autojoin the channel when the connection is back and don't want to type the already setted password (+key) everytime simply use:
Code:
on 1:CONNECT: {
  join #chan1 pass1
  join #chan2 pass2
}

And so on.


Link Copied to Clipboard