Code:
menu @hotlink.menu {
  Test Menu
  .test Item: echo -s test
}
on *:hotlink:*http://*:*: {
  if ($hotlink(event) == rclick) hotlink -md @hotlink.menu
}
on *:hotlink:*test*:*: {
  if ($hotlink(event) == rclick) hotlink -md @hotlink.menu
}


Use this code & echo the line

Code:
test test test http://boss.com/file.png


Then right click over the word test, no menu appears.
right click over the url & only the default menu appears.

The custom menu is never shown.
The above code works fine in mIRC v7.25 but not in v7.27