From 5753db627ca17f07b1bcbb001bc8401f2d417e91 Mon Sep 17 00:00:00 2001 From: Michael Yoo Date: Fri, 11 Jan 2013 11:09:57 +0900 Subject: [PATCH] Added chat API to ChatAPI.php --- src/API/ChatAPI.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/API/ChatAPI.php b/src/API/ChatAPI.php index 204a26df1..d0fc9f656 100644 --- a/src/API/ChatAPI.php +++ b/src/API/ChatAPI.php @@ -26,6 +26,8 @@ the Free Software Foundation, either version 3 of the License, or */ class ChatAPI{ - - + + public function chat($a, $b){ + $this->server->chat($a, $b); + return true; } \ No newline at end of file