O.P. Sending message due to command
Hi, i'm new here.
How can i make a script which will recognise a command e.g.
/quick hi
or
/quick hru
Then do something like:
if message = hello {
send message "Hello"
}
if message = hru {
send message "How are you?"
}
Please and thank you.
|