Added /reload command (does not reload source code)

This commit is contained in:
Shoghi Cervantes
2014-04-03 15:49:00 +02:00
parent ee6dc989ce
commit 80f9093875
12 changed files with 210 additions and 70 deletions

View File

@ -33,7 +33,7 @@ class SendUsageTask extends AsyncTask{
$this->data = serialize($data);
}
public function onRun(\Thread $thread){
public function onRun(){
Utils::postURL($this->endpoint, unserialize($this->data));
}