From 55fc46dc44980fd959cd4df370b00c4def9e3a46 Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 23 Nov 2004 05:16:45 +0000 Subject: [PATCH] -> slashdot, should really use rss now... git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1065 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/CommandStubs.pl | 2 +- src/Modules/{Slashdot3.pl => slashdot.pl} | 0 src/modules.pl | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/Modules/{Slashdot3.pl => slashdot.pl} (100%) diff --git a/src/CommandStubs.pl b/src/CommandStubs.pl index b230798..1cc0159 100644 --- a/src/CommandStubs.pl +++ b/src/CommandStubs.pl @@ -216,7 +216,7 @@ sub parseCmdHook { 'Forker' => 1, 'Cmdstats' => 'Dict') ); &addCmdHook("extra", 'slashdot', ('CODEREF' => 'Slashdot::Slashdot', 'Identifier' => 'slashdot', 'Forker' => 1, - 'Cmdstats' => 'Slashdot') ); + 'Cmdstats' => 'slashdot') ); &addCmdHook("extra", 'Plug', ('CODEREF' => 'Plug::Plug', 'Identifier' => 'Plug', 'Forker' => 1, 'Cmdstats' => 'Plug') ); diff --git a/src/Modules/Slashdot3.pl b/src/Modules/slashdot.pl similarity index 100% rename from src/Modules/Slashdot3.pl rename to src/Modules/slashdot.pl diff --git a/src/modules.pl b/src/modules.pl index 2ff267b..5ab42ea 100644 --- a/src/modules.pl +++ b/src/modules.pl @@ -45,7 +45,7 @@ if ($@) { "RootWarn" => "RootWarn.pl", "Rss" => "Rss.pl", "Search" => "Search.pl", - "slashdot" => "Slashdot3.pl", + "slashdot" => "slashdot.pl", "symdump" => "DumpVars2.pl", "topic" => "Topic.pl", "units" => "Units.pl", -- 2.39.5