X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=BotLoader%2FBot.class.php;h=1fdbc416ff4761c853cc5a752e57a7f80e444d1e;hb=412e324075de1312fbc5f49b735180b46cdff82c;hp=21641c7897a322e9f4f3f91c8d2604fb50288b91;hpb=29c9dfc2f073856d051daf900c1d7818dde648fe;p=PHP-P10.git diff --git a/BotLoader/Bot.class.php b/BotLoader/Bot.class.php index 21641c7..1fdbc41 100644 --- a/BotLoader/Bot.class.php +++ b/BotLoader/Bot.class.php @@ -32,13 +32,21 @@ class Bot { } - public function unload() { + public function unload($rehash = false) { } public function loop() { } + + public function writeDB() { + + } + + public function readDB($value) { + + } }