| func (m *procSearchMemberDef) serve(ss *openIDSessionData, in *InWechatMsg) (processed bool) { | func (m *procSearchMemberDef) serve(ss *openIDSessionData, in *InWechatMsg) (processed bool) { | ||||
| switch msg := in.body.(type) { | switch msg := in.body.(type) { | ||||
| case TextMsg: | case TextMsg: | ||||
| msg.Content = strings.TrimSpace(msg.Content) | |||||
| if m.endingCommand(ss, msg.Content) { | if m.endingCommand(ss, msg.Content) { | ||||
| return | return | ||||
| } | } |