X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=BotLoader%2FBot.class.php;h=c24e51e8248033fd19f90ba5fca6324fc9f800e1;hp=d9546485430daa114ef433fdfdce99c0051c99bd;hb=7f51193ddac01b0540000c756c50167ff015e02a;hpb=811bc0c7a1f583fb624a0f8c3601146e063c5a25 diff --git a/BotLoader/Bot.class.php b/BotLoader/Bot.class.php index d954648..c24e51e 100644 --- a/BotLoader/Bot.class.php +++ b/BotLoader/Bot.class.php @@ -6,7 +6,7 @@ * it under the terms of the GNU General Public License as published by * * the Free Software Foundation, either version 3 of the License, or * * (at your option) any later version. * - * * + * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * @@ -16,7 +16,7 @@ * along with this program. If not, see . * * * ************************************************************************ - * + * * BotLoader/Bot.class.php * * bots' parent class. @@ -25,31 +25,31 @@ class Bot { private $db_section = NULL; - + public function load($uplink, $oldDatas = null) { - + } - + public function unload($rehash = false) { - + } - + public function loop() { - + } - + public function writeDB() { - + } - + public function readDB($value) { - + } - + public function getDBSection() { return $this->db_section; } - + public function setDBSection($section) { $this->db_section = $section; }