mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2005
Posts: 14
T
Pikka bird
OP Offline
Pikka bird
T
Joined: Mar 2005
Posts: 14
I use an IRC proxy. It asks for a password, the login command is /quote pass [password]. I always have to type this to the status window manually, because "Perform on connect" doesn't work. Reason: mIRC isn't connected before having entered the password...

How can I force mIRC to put the /quote pass [password] command to the status window right after the program start, for example by the /play command? Are there any command line options, or can I force "Perform" to run *before* connect?

Joined: Sep 2004
Posts: 237
Fjord artisan
Offline
Fjord artisan
Joined: Sep 2004
Posts: 237
The answer is in the question, mIRC cant perform the action if its not connected. Right?

Joined: Mar 2005
Posts: 14
T
Pikka bird
OP Offline
Pikka bird
T
Joined: Mar 2005
Posts: 14
This was my question, and there is no answer in it: "How can I force mIRC to put the /quote pass [password] command to the status window right after the program start, for example by the /play command? Are there any command line options, or can I force "Perform" to run *before* connect?"

Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
The ON START event triggers when mIRC starts, however, I don't think that command would work at that stage. See /help ON START.

You might try the ON LOGON event and see if that helps, not sure precisely when it triggers. /help ON LOGON

If you receive any server notices before having to use the /quote command, you might try the ON SNOTICE event. /help ON SNOTICE.

Regards,


Mentality/Chris
Joined: Mar 2005
Posts: 14
T
Pikka bird
OP Offline
Pikka bird
T
Joined: Mar 2005
Posts: 14
Quote:
If you receive any server notices before having to use the /quote command, you might try the ON SNOTICE event. /help ON SNOTICE.

That's it, thank you. When logging in, my shell account prints "Got your hostname" to the status window. After that I had to enter my password. I put the line "on 1:SNOTICE:*Got your hostname*:/quote pass ********" in the remote section, and it works fine. :-)


Link Copied to Clipboard