The syntax is supposed to be something like this (the return is redundant though)

Code:
on *:text:!stest:#:{
  if ($nick == budd_manlove) { 
  msg # Test successful! 
  return 
  }
}