Code:
on *:TEXT:*hello*:#:{
  var %words = Greetings,Hey,Hi,What's up,Sup
  msg $chan $gettok(%words,$r(1,$numtok(%words,44)),44)
}