Maybe like this. Untested.
Code:
on *:TEXT:!follow *:#:{
  if $nick == YOURNICKHERE && $2 != $null {
    twitch.follow YOURNICKHERE $2 #
  }
}