mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2004
Posts: 14
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Nov 2004
Posts: 14
My question is can I have my irc client automatically connect through SSL connection when I connect to different servers I go on? like I thought, would it be possible to do this via the Perform option? any help would be good. Thanks

Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
To auto-connect to server when you start mIRC, you can use the ON START event. For SSL enabled servers you need to specify the -e switch in the /server command.

Example:

on *:start:{
server irc.server.here -j #channel1,#channel2
server -m some.other.server -j #channel
server -me ssl.enabled.server -j #blah,#bleh
}


This would instantly connect to 3 servers. The -j switch is so you can specify channels to join once you connect to that server.

Regards,

Joined: Nov 2004
Posts: 14
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Nov 2004
Posts: 14
ok so then I have to enable auto-connect when mirc starts up? and then where can I edit that ON START event your talking about, and what do I put in for the ssl connection.

Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
You do not have to enable auto-connect, no. That's what the ON START event does. The ON START script needs to be put in your Remote, ALT+R. If there's already code there put it in a new Remote file by going to File > New.

Regards,

Joined: Nov 2004
Posts: 14
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Nov 2004
Posts: 14
Allright I'm at that part since there was something in Remote allready, so what do I need to put?


Link Copied to Clipboard