Mew unfortunatly I can't seem to get it working with wild cards...

I tried this:

Code:
alias hl-straw__ {
  if ($istok(fakeºnotrealºboo,$network,186)) {
    return Straw *
  }
}


then added "$hl-straw__" to my highlights and typing "straw mew" did not set off the highlight. I then tried this:

Code:
alias hl-straw {
  if ($istok(fakeºnotrealºboo,$network,186)) {
    return Straw
  }
}


and added "$hl-straw *" same problem it doesn't trigger..

I'm guessing the wild card loses it's special quality when return is used.. Any ideas? *Hopes for a GUI version* ^^;