From 023a39fb150b8b6b5f4554fce0978563dbb704ce Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 18 Nov 2004 08:14:28 +0000 Subject: [PATCH] HTTPDtype cleanup git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1042 c11ca15a-4712-0410-83d8-924469b57eb5 --- files/sample/blootbot.chan | 1 + src/CommandStubs.pl | 4 ++-- src/modules.pl | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/files/sample/blootbot.chan b/files/sample/blootbot.chan index b747a0e..aa56f4d 100644 --- a/files/sample/blootbot.chan +++ b/files/sample/blootbot.chan @@ -37,6 +37,7 @@ _default floodRepeat 2:10 +freshmeat freshmeatRefreshInterval 24 + +HTTPDtype +insult +karma +kernel diff --git a/src/CommandStubs.pl b/src/CommandStubs.pl index 5bc8162..512739a 100644 --- a/src/CommandStubs.pl +++ b/src/CommandStubs.pl @@ -254,8 +254,8 @@ sub parseCmdHook { 'Forker' => 1) ); &addCmdHook("extra", '(botmail|message)', ('CODEREF' => 'botmail::parse', 'Identifier' => 'botmail', 'Cmdstats' => 'botmail') ); -&addCmdHook("extra", 'httpdtype', ('CODEREF' => 'HTTPDtype::HTTPDtype', - 'Identifier' => 'httpdtype', 'Cmdstats' => 'httpdtype', +&addCmdHook("extra", 'HTTPDtype', ('CODEREF' => 'HTTPDtype::HTTPDtype', + 'Identifier' => 'HTTPDtype', 'Cmdstats' => 'HTTPDtype', 'Forker' => 1) ); &addCmdHook("extra", 'rss', ('CODEREF' => 'Rss::Rss', 'Identifier' => 'rss', 'Cmdstats' => 'rss', diff --git a/src/modules.pl b/src/modules.pl index 453b24b..6a6368c 100644 --- a/src/modules.pl +++ b/src/modules.pl @@ -32,7 +32,7 @@ if ($@) { "dumpvars" => "DumpVars.pl", "exchange" => "Exchange.pl", "factoids" => "Factoids.pl", - "httpdtype" => "HTTPDtype.pl", + "HTTPDtype" => "HTTPDtype.pl", "insult" => "insult.pl", "ircdcc" => "UserDCC.pl", "kernel" => "Kernel.pl", -- 2.39.2