mIRC Homepage
Posted By: ramnaa /LINKS - 13/09/04 06:18 PM
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.

Posted By: bugx Re: /LINKS - 13/09/04 07:26 PM
The Raw 364 and 365 do that
Posted By: Mentality Re: /LINKS - 13/09/04 07:40 PM
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,
Posted By: ramnaa Re: /LINKS - 13/09/04 07:45 PM
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..

Posted By: FiberOPtics Re: /LINKS - 13/09/04 08:13 PM
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
Posted By: ramnaa Re: /LINKS - 19/09/04 09:07 PM
thanks for the help guys....
© mIRC Discussion Forums