From: pk910 Date: Wed, 27 Jul 2011 11:22:51 +0000 (+0200) Subject: fixed BotLoader.class.php header X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=commitdiff_plain;h=33c63e89baea7b16b507f55b0ea76a39cbc97f4f fixed BotLoader.class.php header --- 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");