format
[PHP-P10.git] / BotLoader / Bot.class.php
index d9546485430daa114ef433fdfdce99c0051c99bd..c24e51e8248033fd19f90ba5fca6324fc9f800e1 100644 (file)
@@ -6,7 +6,7 @@
  * it under the terms of the GNU General Public License as published by *
  * the Free Software Foundation, either version 3 of the License, or    *
  * (at your option) any later version.                                  *
- *                                                                      * 
+ *                                                                      *
  * This program is distributed in the hope that it will be useful,      *
  * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
@@ -16,7 +16,7 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>. *
  *                                                                      *
  ************************************************************************
- * 
+ *
  *  BotLoader/Bot.class.php
  *
  * bots' parent class.
 
 class Bot {
        private $db_section = NULL;
-       
+
        public function load($uplink, $oldDatas = null) {
-       
+
        }
-       
+
        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;
        }