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

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

index aa56f4da8a161ea947167207b03de6dbe163bc88..0f45c3d63ced2edeeee2917a7c48040ade50dad2 100644 (file)
@@ -31,7 +31,7 @@ _default
     +debian
     +debianExtra
     debianRefreshInterval 7
-    +dict
+    +Dict
     +factoidArguments
     floodMessages 10:30
     floodRepeat 2:10
index 6e34e7cad414ebbe34c0c5f5edcc92f8c526f05e..b0420917548030ee4c6b7a1620808645641bf236 100644 (file)
@@ -202,9 +202,6 @@ set debian          false
 # [0/1] extra stuff...
 set debianExtra                true
 
-# [0/1] Frontend to dict.org's wordnet.
-set dict               false
-
 # [0/1] Freshmeat
 set freshmeat          false
 # [int] how often to update the freshmeat table, in hours.
index 512739a7c213cbd6749b64a2d1e90d61dcfb59e9..ec45ff7ef406f78e6a11657ab5609e7b4f437f7b 100644 (file)
@@ -212,8 +212,8 @@ sub parseCmdHook {
        'Identifier' => 'rootWarn', 'Module' => 'rootwarn') );
 &addCmdHook("extra", 'seen', ('CODEREF' => 'seen', 'Identifier' =>
        'seen') );
-&addCmdHook("extra", 'dict', ('CODEREF' => 'Dict::Dict',
-       'Identifier' => 'dict', 'Help' => 'dict',
+&addCmdHook("extra", 'Dict', ('CODEREF' => 'Dict::Dict',
+       'Identifier' => 'Dict', 'Help' => 'dict',
        'Forker' => 1, 'Cmdstats' => 'Dict') );
 &addCmdHook("extra", 'slashdot', ('CODEREF' => 'Slashdot::Slashdot',
        'Identifier' => 'slashdot', 'Forker' => 1,
index c29ec0da4e34773590a77b607ffaa2cceac5113d..6370369faca87425ddc2dcc4836b7160d816f86b 100644 (file)
@@ -28,7 +28,7 @@ if ($@) {
        "countdown"     => "countdown.pl",
        "debian"        => "Debian.pl",
        "debianExtra"   => "DebianExtra.pl",
-       "dict"          => "Dict.pl",
+       "Dict"          => "Dict.pl",
        "dumpvars"      => "DumpVars.pl",
        "exchange"      => "Exchange.pl",
        "factoids"      => "Factoids.pl",