]> git.donarmstrong.com Git - infobot.git/commitdiff
units -> Units
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 05:43:33 +0000 (05:43 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 05:43:33 +0000 (05:43 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1069 c11ca15a-4712-0410-83d8-924469b57eb5

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

index 3290b60c862bf775c0ebbfe3bbd27b9cf7a3c1a0..1f434c0dbe96665561d73b7e03999d9feefeba71 100644 (file)
@@ -1,4 +1,4 @@
-#v1: blootbot -- infobot -- written Tue Nov 23 05:31:25 2004
+#v1: blootbot -- infobot -- written Tue Nov 23 05:43:18 2004
 
 #botpark
     +RootWarn
@@ -33,6 +33,7 @@ _default
     +Rss
     +Search
     +Topic
+    +Units
     +allowConv
     +allowDNS
     +allowTelling
@@ -66,7 +67,6 @@ _default
     +slashdot
     +spell
     +tell
-    +units
     +userinfo
     +weather
     +wwwsearch
index 2f3df64d1f5b8c1afeac5aca6dbb9d4ef6dd4ac2..014402349326c6b2aeb04c7096e0644885b834c9 100644 (file)
@@ -272,7 +272,7 @@ set wingateKick             Please don't use wingate
 set wwwsearch          false
 
 # [0/1] Unit conversion tool.
-set units              true
+set Units              true
 
 #####
 # Miscellaneous configuration options
index 00659ba29e59383675d2b835c20f890d90bc623b..d23c2852517c7a586c2e25e9aca697fffaa2e1e1 100644 (file)
@@ -200,7 +200,7 @@ sub parseCmdHook {
 &addCmdHook("extra", 'lart', ('CODEREF' => 'lart',
        'Identifier' => 'lart', 'Help' => 'lart') );
 &addCmdHook("extra", 'convert', ('CODEREF' => 'convert',
-       'Forker' => 1, 'Identifier' => 'units',
+       'Forker' => 1, 'Identifier' => 'Units',
        'Help' => 'convert') );
 &addCmdHook("extra", '(cookie|random)', ('CODEREF' => 'cookie',
        'Forker' => 1, 'Identifier' => 'Factoids') );
index 8641ee97ef14ba7ff8e2568574ca68ea28b54087..da983f8dabf15f70e371fd3da5b69e4d915d7166 100644 (file)
@@ -48,7 +48,7 @@ if ($@) {
        "slashdot"      => "slashdot.pl",
        "DumpVars2"     => "DumpVars2.pl",
        "Topic"         => "Topic.pl",
-       "units"         => "Units.pl",
+       "Units"         => "Units.pl",
        "uptime"        => "Uptime.pl",
        "userinfo"      => "UserInfo.pl",
        "weather"       => "Weather.pl",