X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=BotLoader%2FBot.class.php;h=303163d40d8832b5add7fc5344dc0d078a022468;hb=2f0f5cc68df94a828efa64b55ba34be1a243c5a0;hp=21641c7897a322e9f4f3f91c8d2604fb50288b91;hpb=29c9dfc2f073856d051daf900c1d7818dde648fe;p=PHP-P10.git diff --git a/BotLoader/Bot.class.php b/BotLoader/Bot.class.php index 21641c7..303163d 100644 --- a/BotLoader/Bot.class.php +++ b/BotLoader/Bot.class.php @@ -1,22 +1,19 @@ . * * * ************************************************************************ * @@ -27,19 +24,35 @@ */ class Bot { + private $db_section = NULL; public function load($uplink, $oldDatas = null) { } - public function unload() { + 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; + } } ?> \ No newline at end of file