mIRC Home    About    Download    Register    News    Help

Print Thread
#97541 13/09/04 06:18 PM
R
ramnaa
ramnaa
R
Is there a way to surpress the /LINKS window? I just want the raw server data instead of having to minimize the window and manually close it later.


#97542 13/09/04 07:26 PM
B
bugx
bugx
B
The Raw 364 and 365 do that

#97543 13/09/04 07:40 PM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
To follow on, you might want to see /help raw events. Something like this might help you:

raw 364:*:{ echo -a $2- }
raw 365:*:{ halt }


You can also use the -n and -x switch with the /links to minimise or maximise the links window when it opens.

Regards,

#97544 13/09/04 07:45 PM
R
ramnaa
ramnaa
R
Perhaps I did not explain my question correctly. I am already catching the data with the RAW statements. What I am looking to do, is prevent the opening of the LINKS window in any manner. Currently I am using the -n option, but this still creates a window. What I am looking to do is execute a links command with out the automated LINKS window being opened.

I hope that clears it up a little better..


#97545 13/09/04 08:13 PM
Joined: Feb 2004
Posts: 2,013
F
Hoopy frood
Offline
Hoopy frood
F
Joined: Feb 2004
Posts: 2,013
The solution that Mentality gave you does just that. Notice the "halt" in the raw 365, which prevents the LINKS window from opening. Try it.

Greets

#97546 19/09/04 09:07 PM
R
ramnaa
ramnaa
R
thanks for the help guys....


Link Copied to Clipboard