/help on text

These may also potentially help depending on what you're doing.

/help if then else
/help /set
/help /var

Example:
Code:
on *:text:*do you have*dollars*:?: {
  msg $nick I don't have any money.
}


You'll of course have to adjust it to work in whatever way you want. You may need/want to include IF statements to adjust how it responds and play around with the trigger format to get it to do what you want.