change name from pub/subscribe to post/accept

This commit is contained in:
Cloud Wu
2014-04-22 11:40:08 +08:00
parent 56fdbef851
commit 08c511160f
5 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ function response.ping(hello)
return hello
end
function subscribe.hello()
function accept.hello()
i = i + 1
print (i, hello)
end