If $2 is !addfilmtips then $2 can't possibly be http://imdb.com/.


Code:
ON *:Text:*:#: {
  if ($1 == !addfilmtips) || ($1 == URL) { 
    if (http://imdb.com/* iswm $2) {
      booooring code
    }
  }
}