From: timriker Date: Tue, 23 Nov 2004 06:50:20 +0000 (+0000) Subject: weather -> Weather X-Git-Url: https://git.donarmstrong.com/?p=infobot.git;a=commitdiff_plain;h=ef76fb72e1b0801a64c68400931bf4011c1e899c weather -> Weather git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1074 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/files/sample/blootbot.chan b/files/sample/blootbot.chan index 5657f7a..a17ff06 100644 --- a/files/sample/blootbot.chan +++ b/files/sample/blootbot.chan @@ -1,4 +1,4 @@ -#v1: blootbot -- infobot -- written Tue Nov 23 06:40:39 2004 +#v1: blootbot -- infobot -- written Tue Nov 23 06:49:41 2004 #botpark +RootWarn @@ -35,6 +35,7 @@ _default +Topic +Units +UserInfo + +Weather +allowConv +allowDNS +allowTelling @@ -68,7 +69,6 @@ _default +slashdot +spell +tell - +weather +wwwsearch +zfi +zippy diff --git a/src/CommandStubs.pl b/src/CommandStubs.pl index 899c9ef..34c8be1 100644 --- a/src/CommandStubs.pl +++ b/src/CommandStubs.pl @@ -224,12 +224,12 @@ sub parseCmdHook { 'Cmdstats' => 'Uptime') ); &addCmdHook("extra", 'nullski', ('CODEREF' => 'nullski', ) ); &addCmdHook("extra", 'verstats', ('CODEREF' => 'do_verstats' ) ); -&addCmdHook("extra", 'weather', ('CODEREF' => 'Weather::Weather', - 'Identifier' => 'weather', 'Help' => 'weather', - 'Cmdstats' => 'weather', 'Forker' => 1) ); +&addCmdHook("extra", 'Weather', ('CODEREF' => 'Weather::Weather', + 'Identifier' => 'Weather', 'Help' => 'weather', + 'Cmdstats' => 'Weather', 'Forker' => 1) ); &addCmdHook("extra", 'metar', ('CODEREF' => 'Weather::Metar', - 'Identifier' => 'weather', 'Help' => 'weather', - 'Cmdstats' => 'weather', 'Forker' => 1) ); + 'Identifier' => 'Weather', 'Help' => 'weather', + 'Cmdstats' => 'Weather', 'Forker' => 1) ); &addCmdHook("extra", 'bzflist', ('CODEREF' => 'BZFlag::list', 'Identifier' => 'BZFlag', 'Cmdstats' => 'BZFlag', 'Forker' => 1) ); diff --git a/src/modules.pl b/src/modules.pl index c00a7ad..797fd14 100644 --- a/src/modules.pl +++ b/src/modules.pl @@ -51,7 +51,7 @@ if ($@) { "Units" => "Units.pl", "Uptime" => "Uptime.pl", "UserInfo" => "UserInfo.pl", - "weather" => "Weather.pl", + "Weather" => "Weather.pl", "whatis" => "WhatIs.pl", "wikipedia" => "wikipedia.pl", "wingate" => "Wingate.pl",