so if there is no $2 .. you want it to huggle or attack $nick?

Code:
on *:TEXT:*:#senpai.net: {
  var %nick = $iif($2 == $null,$nick,$2)
  if ($1 == !Huggles) describe # huggles %nick
  if ($1 == !Attack) describe # attacks %nick
  ; ect...
  ; ect...
}


I'm not sure I understand exactly what you mean.