slacker commented on a Page, The IMDB (Internet Movie DataBase) Searcher  -  Mar 30, 2009

nice work.. but the regex you used for ur trigger can use some work.
in stead of

on $*:text:/^[.!@]imdb*/Si:#: {

use

on $*:text:/^[.!@](imdb)\s(.+)/Si:#: {

and then change

$replace($2,$chr(32),+)

to this

$replace($regml(2),$chr(32),+)

it's just the way you have ur regex it will trigger on !imdbhmmbblahbblah csi

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.