]> git.donarmstrong.com Git - infobot.git/commitdiff
weather -> Weather
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 06:50:20 +0000 (06:50 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 06:50:20 +0000 (06:50 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1074 c11ca15a-4712-0410-83d8-924469b57eb5

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

index 5657f7ae72318e09a60e9c4f22b43e11fd8c316d..a17ff06edfa777a7563a964858ccb98fae201972 100644 (file)
@@ -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
index 899c9ef88dfb8283475442874e48abdb3275b2a6..34c8be1169280d39d1e636aa56e3380cb756aca2 100644 (file)
@@ -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) );
index c00a7ad000875e33dd0016c9cc530658f1269fca..797fd14f9780637bff0bb36f1c8cc639348f8857 100644 (file)
@@ -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",