From 33c63e89baea7b16b507f55b0ea76a39cbc97f4f Mon Sep 17 00:00:00 2001 From: pk910 Date: Wed, 27 Jul 2011 13:22:51 +0200 Subject: [PATCH] fixed BotLoader.class.php header --- BotLoader/BotLoader.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BotLoader/BotLoader.class.php b/BotLoader/BotLoader.class.php index 855d64c..2b89cb3 100644 --- a/BotLoader/BotLoader.class.php +++ b/BotLoader/BotLoader.class.php @@ -20,9 +20,9 @@ * * ************************************************************************ * - * BotLoader/Bot.class.php + * BotLoader/BotLoader.class.php * - * bots' parent class. + * This class loades / rehashs or unloads all Bots. * */ require_once("Bot.class.php"); -- 2.20.1