added saxdb & continued BotLoader
[PHP-P10.git] / BotLoader / Bot.class.php
index 21641c7897a322e9f4f3f91c8d2604fb50288b91..1fdbc416ff4761c853cc5a752e57a7f80e444d1e 100644 (file)
@@ -32,13 +32,21 @@ class Bot {
        
        }
        
-       public function unload() {
+       public function unload($rehash = false) {
        
        }
        
        public function loop() {
        
        }
+       
+       public function writeDB() {
+               
+       }
+       
+       public function readDB($value) {
+       
+       }
 
 }