Skip to content
General IRCd

URL Based (IRC)

A TG007 community discussion started by LAS.

Discussion 5 posts
Page 1 of 1
Open
Topic #3873 · 5 published posts · 2,255 views

Yes I know, its url based question that dont seem to go here.. but really it does sense it has alot to do with mirc. So I ask:

 

Say that your making your script to have a url open in a @Url window, and every time you double click a url in channel,notice,privmsg,status etc it opens up a (Os: browser) but instead you want mirc to open it inside mirc, for example:

 

www.mirc.com is posted in the channel, and you double click it. And broswer pops up. But instead you want it to show up in a window like:

 

@www.mirc.com when you double click it so it'll be shown right in the mirc client?

 

 

Yes its confusing what I'm talking about but thats the best I can explain it.

I think I know what you mean; you want to use nhtmln.dll with a window and you want it so that any links that would usually open a new browser window opens a new mIRC window instead.

It's been brought up before but if memory serves there's no simple solution to it and you'd be better off not bothering. You can do it by right-clicking but I don't think it's so easy with a left-click.

 

You can use the on hotlink event to catch dclicks on URLs.

Edited Mar 14, 2006 5:12 PM by hixxy

mIRC will catch URLs and store them.

 

in the menu bar go to VIEW then youll see URL list.

 

if you dont see any go to options and set URL catching ON

Yes you can use the HOTLINK trigger event that hixxy is talking about in conjunction with nHTMLn.dll