[TASK] Changed behaviour of protocol register.

This commit is contained in:
Jan Philipp Timme
2010-11-28 02:45:25 +00:00
parent 4bbb9bf548
commit b318595783
6 changed files with 41 additions and 14 deletions
+1
View File
@@ -20,6 +20,7 @@ class Client_BotClient extends Client_AbstractClient {
* @return string
*/
public function processContentObject($contentObject) {
$return = "";
$data = $contentObject->rawData;
if(strpos($data, "-") !== FALSE ) {
$data = explode("-", $data);