I need some help working with if's

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

Here is my 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!