Originally Posted By: sandygws
How do I change that to match HDTV.x264-MOMENTUM anywhere in the irc announce string .. not just in 'position' $2 ?
You can indicate the token range like so:
Code:
if (*HDTV.x264-MOMENTUM* iswm $2-5)
$2-5 means $2, $3, $4, and $5, respectively.