This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
wechat_hitxy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
proc.start enabled
master
Patrick Peng Sun
8 years ago
parent
631c8e7d6a
commit
de784ad4a9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
serveCommand.go
+ 1
- 1
serveCommand.go
View File
@@ -58,7 +58,7 @@ func (ss *openIDSessionData) serveTextCommand(in InWechatMsg) (processed bool) {
if proc, hasProc := AllProc[cmd]; hasProc {
proc.init(ss)
proc.intro(ss, in)
//
proc.start(ss, in)
proc.start(ss, in)
processed = true
return true
}
Write
Preview
Loading…
Cancel
Save