From fa27548dbda14c947ad2662d4e59d3921d46dcea Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Sat, 3 Jun 2017 12:20:21 +1000 Subject: [PATCH] remove duplicate reply test. --- serveCommand.go | 1 - 1 file changed, 1 deletion(-) diff --git a/serveCommand.go b/serveCommand.go index 7309664..2aa9404 100644 --- a/serveCommand.go +++ b/serveCommand.go @@ -66,7 +66,6 @@ func allCommand(ss *openIDSessionData, in InWechatMsg) (processed bool) { } in.replyText(msg) - in.replyText("Error") return }