mIRC Homepage
Posted By: doglem Links window - 26/05/03 07:27 PM
Is there anyway to stop the Links window from popping up when i do a /links? just wondering laugh
Posted By: Jesper Re: Links window - 26/05/03 08:35 PM
alias links { haltdef } ??

or use raws
Code:
        364     RPL_LINKS
                        "<mask> <server> :<hopcount> <server info>"
        365     RPL_ENDOFLINKS
                        "<mask> :End of /LINKS list"

                - In replying to the LINKS message, a server must send
                  replies back using the RPL_LINKS numeric and mark the
                  end of the list using an RPL_ENDOFLINKS reply.
Posted By: codemastr Re: Links window - 26/05/03 09:46 PM
If I'm remembering correctly, there is no way to prevent mIRC from displaying the links window.
Posted By: Jesper Re: Links window - 27/05/03 04:59 AM
Alias links { haltdef }

works fine for me smile
© mIRC Discussion Forums