mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2003
Posts: 3
I
Self-satisified door
OP Offline
Self-satisified door
I
Joined: Aug 2003
Posts: 3
Hi can anyone help me please i have dial up and i want my mirc to disconnect when i disconnect from my dial up my script does but not mirc so when i dc i have to reconnect to room manually. Any info would be great.

thank you smirk

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
what message does it give when u quit irc due to dial-up dc?


new username: tidy_trax
Joined: Aug 2003
Posts: 3
I
Self-satisified door
OP Offline
Self-satisified door
I
Joined: Aug 2003
Posts: 3
Hey ok i use msn and the script d/c from the server but the mirc dosnt so it wont reconnect as its still in use so when i reconnect to the internet it doesnt auto connect back into the room. What i get in status window is (unable to connect) caues mirc is still connected so i need mirc to dc when my dial-up dc.

Thank you

illusioness wink

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
File > Options > Connect > Options > "Reconnect on Disconnection"
Code:
on *:CONNECT: {
 if ($server == [color:red]your.server.name[/color]) { 
 NickServ GHOST yournick yourpass
 }
}

Just an idea. smile

Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
Actually you might wanna add if ($me != yournick) there and maybe a if ($notify(yournick).ison)


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
he said he uses msn and msn doesnt have chan/nickserv


new username: tidy_trax
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I wont help if it is MSN then.
Ignore that post.

Joined: Aug 2003
Posts: 3
I
Self-satisified door
OP Offline
Self-satisified door
I
Joined: Aug 2003
Posts: 3
Thank you everyone for your replies. You guys are very helpful. Oh im sorry for using msn wink but i understand thank you. For your replies..


illusioness

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
No one will help you if you are connecting to the MSN server via mIRC, if you are using their software there is no need to be sorry, I must have jumped to conclusions. grin

Joined: Dec 2002
Posts: 3,127
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,127
Please understand that we dont have any problem with you using MSN to chat. However, MSN doesnt wish to allow users with mIRC. Out of respect for their policy we decline to help ppl with any problems using mIRC on MSN.

On another note, please dont post the same question on multiple forums as it creates confusion and annoyance. Most ppl who help here read all the forums.


ParaBrat @#mIRCAide DALnet
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Which is similar to what I said, thank you for the brief summary ParaBrat. grin

Joined: Dec 2002
Posts: 3,127
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,127
:tongue:


ParaBrat @#mIRCAide DALnet

Link Copied to Clipboard