how do you make it so if someone says
hello reply hello $nick $+ !
then the bot will add this to a script and it would work
if ($$1 == hello) { msg $chan hello $nick $+ ! }