| h := ReadCommonHeader(d) | h := ReadCommonHeader(d) | ||||
| reply, _ := BuildTextMsg(h.MsgType, h.FromUserName) | reply, _ := BuildTextMsg(h.MsgType, h.FromUserName) | ||||
| if h.MsgType == "text" { | if h.MsgType == "text" { | ||||
| reply, _ = BuildTextMsg("http://www.hitxy.org.au/", h.FromUserName) | |||||
| reply, _ = BuildTextMsg("test <a href=http://www.hitxy.org.au/> some link </a>", h.FromUserName) | |||||
| } | } | ||||
| if h.MsgType == "voice" { | if h.MsgType == "voice" { | ||||
| a := ReadVoiceMsg(d) | a := ReadVoiceMsg(d) |