Originally Posted By: Wims
It's possible with a script yes, put that in your remote, you must be using at least mIRC 7.23


I am on 7.47. I already have a on start script connecting to ZNC in remote. How do I add this?
I cant seem to get it to work. Urls still open in default browser chrome.


--------------
update : saved it as a fresh remote script and now it works. Thanks a lot

I modified to work as single click

Code:
on $*:hotlink:$($url_pattern):*:if ($hotlink(match).type == url) && ($hotlink(event) == sclick) { run firefox $1- | return }
alias url_pattern return m@((?:(?:https?|ircs?)://(?:www\.)?|www\.)((?:(?:[-\w]+\.)+)[-\w]+)(?::\d+)?(?:/((?:[-a-zA-Z;./\d#:_?=&,]*)))?)@ig


Is this correct?
And this disables the url right click contect menu?

Last edited by singularity; 14/02/17 02:54 PM.