]> git.donarmstrong.com Git - infobot.git/commitdiff
HTTPDtype cleanup
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 18 Nov 2004 08:14:28 +0000 (08:14 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 18 Nov 2004 08:14:28 +0000 (08:14 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1042 c11ca15a-4712-0410-83d8-924469b57eb5

files/sample/blootbot.chan
src/CommandStubs.pl
src/modules.pl

index b747a0ea06585b4746f35589811ef475972e9603..aa56f4da8a161ea947167207b03de6dbe163bc88 100644 (file)
@@ -37,6 +37,7 @@ _default
     floodRepeat 2:10
     +freshmeat
     freshmeatRefreshInterval 24
+    +HTTPDtype
     +insult
     +karma
     +kernel
index 5bc8162e0bf51b9d348dfb9422bd89e987e73f58..512739a7c213cbd6749b64a2d1e90d61dcfb59e9 100644 (file)
@@ -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',
index 453b24b4aafa39d4abd2839ca9d602f19d5abbfe..6a6368c168656a5f6bffac2bbb8ebf90768937e8 100644 (file)
@@ -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",