mIRC Home    About    Download    Register    News    Help

Print Thread
#26180 26/05/03 07:27 PM
Joined: Mar 2003
Posts: 27
doglem Offline OP
Ameglian cow
OP Offline
Ameglian cow
Joined: Mar 2003
Posts: 27
Is there anyway to stop the Links window from popping up when i do a /links? just wondering laugh


Mess with the best, Die like the rest.
#26181 26/05/03 08:35 PM
Joined: Jan 2003
Posts: 96
J
Babel fish
Offline
Babel fish
J
Joined: Jan 2003
Posts: 96
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.

Last edited by Jesper; 26/05/03 08:40 PM.
#26182 26/05/03 09:46 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
If I'm remembering correctly, there is no way to prevent mIRC from displaying the links window.

#26183 27/05/03 04:59 AM
Joined: Jan 2003
Posts: 96
J
Babel fish
Offline
Babel fish
J
Joined: Jan 2003
Posts: 96
Alias links { haltdef }

works fine for me smile


Link Copied to Clipboard