Jump to content

Window @explorer Help


Dippy

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...