Added chat API to ChatAPI.php

This commit is contained in:
Michael Yoo 2013-01-11 11:09:57 +09:00
parent 6102efc809
commit 5753db627c

View File

@ -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;
}