Update src/node/handler/APIHandler.js

This commit is contained in:
John McLear 2012-09-04 17:26:08 +02:00
parent 21dcce2296
commit 7e79bf3462

View file

@ -67,6 +67,7 @@ var functions = {
"isPasswordProtected" : ["padID"],
"listAuthorsOfPad" : ["padID"],
"padUsersCount" : ["padID"],
"getAuthorName" : ["authorID"],
"padUsers" : ["padID"],
"sendClientsMessage" : ["padID", "msg"]
};