If this works then i think indentation was the problem? im not sure

Code:
on *:text:!mod:#: {
  if ($nick == bob) {
    msg $chan working
  }
  else msg $chan nope
}