on *:SIGNAL:mta.text:{
if (hello isin $3-) {
var %r = $rand(1,4)
mta.text $1 Automessage: $replace(%r,1,Hey!!,2,Hi!,3,Hello!,4,Good Day)
}
elseif (lol isin $3-) {
var %r = $rand(1,4)
mta.text $1 Automessage: $replace(%r,1,haha!!,2,lol!,3,hihi!,4,hehe)
}
}