About this snippet
Overview
This is something I wrote for one of the members here on Techgear. Its a web link alias allowing you to open weblinks in mIRC. Im sure many have done this idea before but this is small and effective! I may add upon this some more eventually but I figured
alias web {
window -n $+(@,$1-)
dll " $+ $mircdirdlls\nhtmln_2.95.dll $+ " attach $window($+(@,$1-)).hwnd
dll " $+ $mircdirdlls\nhtmln_2.95.dll $+ " navigate $1-
window -x $+(@,$1-)
}
on *:start:{ /web http://www.youtube.com/watch?v=linkexample }

