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