I need some help working with if's smirk As you may know from my previous post's I am kinda nooby when it comes to coding in mirc, But I am working on a "Help" command but I get this for outputs frown

Here is my code frown
Code:
on *:text:*:#: {
  if (!help isin $1) {
    msg $chan For more information type !help <command>
  }
  if (cash isin $2) {
    msg $chan The money used in this channel is called "KryptoBux" to see how many you have type !help balance
  }
}


Chat Output!