Change the Message.Match to look like this
code:
Message.match(/^(\*)?[p|P]oke(s)?(.)?(\*)?$/i)
Although there's probably a better way.
and for the kick/punch ect
code:
if(Message.match(/^(\*)?[p|P]oke(s)?(.)?(\*)?$/i) != null || Message.match(/^(\*)?[k|K]ick(s)?(.)?(\*)?$/i) != null || Message.match(/^(\*)?[p|P]punch(s)?(.)?(\*)?$/i) != null){
But that would pick up on something like, "I want to kick him in the head." or "I just like to punch people in the face."