Code:
on 1:TEXT:!imdb *:# {
  set %search $remove($1-,!imdb )
  set %url http://www.imdb.com/find?s=tt;q= $+ %search
  %url = $remove(%url, ,)
...


when trying eg !imdb test
returns: http://www.imdb.com/find?s=tt;q= test

any ideas of removing that damn space?