[TASK] Implemented the ProtocolHandler things so it works again.
[TASK] Added some comments. [TASK] Added TODOs concerning refactoring and more functions that are needed.
This commit is contained in:
@@ -34,7 +34,8 @@ class Client_BotClient extends Client_AbstractClient {
|
||||
$return = print_r($data, TRUE);
|
||||
}
|
||||
|
||||
return $return;
|
||||
//TODO: implement this correctly
|
||||
$this->protocolHandler->sendRaw($return);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user