ok quick qestion I got buzzen channel list to show in mIRC as it does explorer
My question is how do I add a join command for it so it joins by mIRC not stay as explorer
A TG007 community discussion started by Dippy.
ok quick qestion I got buzzen channel list to show in mIRC as it does explorer
My question is how do I add a join command for it so it joins by mIRC not stay as explorer
Hi Dippy, do you mean you have a HTMLwindow within your mIRC, displaying a channel list of available channels on the BUzzen network? Doesn't mIRC have that feature inbuilt? Like a little dialog pops up asking you if you want to join the selected server.
yes I have HTMLwindow within your mIRC, displaying a channel list of available channels on the BUzzen network
But the right click is in HTML how can I change to Allow mIRC to join the Channel not HTML join
Ahhh, yes I see. Sorry, Dippy, I Don't think I can help on that one. Vincula had that option (sclick, though, not rclick). Perhaps until one of the more gifted dudes offer a solution maybe you could read the vincula.mrc for some ideas ![]()
alias nav {
window -p @Explorer
echo -a $dll(dll\nHTMLn_2.95.dll,attach,$window(@Explorer).hwnd)
echo -a $dll(dll\nHTMLn_2.95.dll,navigate,$1-)
}
menu @Explorer {
Close: { window -c $active }
join Channel:join $$gettok($sline(@Explorer,1),1,9)
}
.Buzzen Chat List: $nav(http://www.buzzen.net/roomslist.aspx?cat=gn)
This is what I come up with but am unable to get the custom menu options, as specified in the Code, are not shown, but rather the default options for whichever browser system is set to use by default.
Sign in to reply or start a new topic where your account has permission.