X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=BotLoader%2FBot.class.php;h=1fdbc416ff4761c853cc5a752e57a7f80e444d1e;hp=0a3c506b3634d2dcfb4758c8648fa3de24d5ae95;hb=412e324075de1312fbc5f49b735180b46cdff82c;hpb=33c63e89baea7b16b507f55b0ea76a39cbc97f4f diff --git a/BotLoader/Bot.class.php b/BotLoader/Bot.class.php index 0a3c506..1fdbc41 100644 --- a/BotLoader/Bot.class.php +++ b/BotLoader/Bot.class.php @@ -39,6 +39,14 @@ class Bot { public function loop() { } + + public function writeDB() { + + } + + public function readDB($value) { + + } }