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