mIRC Home    About    Download    Register    News    Help

Print Thread
#170398 08/02/07 12:19 PM
Joined: Jun 2006
Posts: 4
F
faXcooL Offline OP
Self-satisified door
OP Offline
Self-satisified door
F
Joined: Jun 2006
Posts: 4
It seems I can't rejoin the channels when I connect again after disconnection frown It says "Attempteing to rejoin the channels..." and that's all. Nothing happens. Any solution? Thanx in advanced and sorry for bad en. smile

PS : option "Reconnect on disconnection" is turned on.

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
For some reason, there are times when it takes awhile before you get back into the channels. I believe it's due to lag on the server, but I could be wrong. If you let it sit, it will usually get back in. I'm not sure if there is a better way to handle that, though.


Invision Support
#Invision on irc.irchighway.net
Joined: Jun 2006
Posts: 4
F
faXcooL Offline OP
Self-satisified door
OP Offline
Self-satisified door
F
Joined: Jun 2006
Posts: 4
Quote:
If you let it sit, it will usually get back in


I did but nothing happens, that's the problem. It says "atempting to rejoin" and that's all confused And yes, it's all because of lag mad

Joined: Oct 2006
Posts: 15
S
syr Offline
Pikka bird
Offline
Pikka bird
S
Joined: Oct 2006
Posts: 15
try this

on *:disconnect:{ partall }
on *:connect:{ join #channel1,#channel2,#channel3 }

Joined: Jun 2006
Posts: 4
F
faXcooL Offline OP
Self-satisified door
OP Offline
Self-satisified door
F
Joined: Jun 2006
Posts: 4
O yeah, that's the work i like laugh Thanx smile

Joined: Dec 2006
Posts: 9
S
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
S
Joined: Dec 2006
Posts: 9
this works great for me!

on *:CONNECT:{
timer.reconnect 0 60 if (!$server) server $network
}


/ mIRC, PHP, Linux help and tutorial forum: www.SICORPS.org /

Link Copied to Clipboard