mIRC Home    About    Download    Register    News    Help

Print Thread
#121423 27/05/05 03:36 PM
Joined: May 2005
Posts: 4
S
stormed Offline OP
Self-satisified door
OP Offline
Self-satisified door
S
Joined: May 2005
Posts: 4
Hi,

How can I open website in Status Window? Is there any addon for this?

Thanks.

#121424 27/05/05 04:38 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
You can type /url http://www.some-site.com in the status window.

Alternatively, you can use this little alias I did for you so you type /web http://www.the-site.com and it will set status as active window and tell you what site you're visiting.

Code:
alias web {
  window -a "Status Window" 
  url $$1- 
  echo -a Visiting: $$1-
}


Link Copied to Clipboard