From: timriker Date: Tue, 23 Nov 2004 05:43:33 +0000 (+0000) Subject: units -> Units X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=55ede33bce522a4e66d2101638bf312cefae0e69;p=infobot.git units -> Units git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1069 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/files/sample/blootbot.chan b/files/sample/blootbot.chan index 3290b60..1f434c0 100644 --- a/files/sample/blootbot.chan +++ b/files/sample/blootbot.chan @@ -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 diff --git a/files/sample/blootbot.config b/files/sample/blootbot.config index 2f3df64..0144023 100644 --- a/files/sample/blootbot.config +++ b/files/sample/blootbot.config @@ -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 diff --git a/src/CommandStubs.pl b/src/CommandStubs.pl index 00659ba..d23c285 100644 --- a/src/CommandStubs.pl +++ b/src/CommandStubs.pl @@ -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') ); diff --git a/src/modules.pl b/src/modules.pl index 8641ee9..da983f8 100644 --- a/src/modules.pl +++ b/src/modules.pl @@ -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",