]> git.donarmstrong.com Git - infobot.git/blobdiff - src/modules.pl
uptime -> Uptime
[infobot.git] / src / modules.pl
index da983f8dabf15f70e371fd3da5b69e4d915d7166..e39116b16263a4a4f61e837518aa5260be8a3140 100644 (file)
@@ -49,7 +49,7 @@ if ($@) {
        "DumpVars2"     => "DumpVars2.pl",
        "Topic"         => "Topic.pl",
        "Units"         => "Units.pl",
-       "uptime"        => "Uptime.pl",
+       "Uptime"        => "Uptime.pl",
        "userinfo"      => "UserInfo.pl",
        "weather"       => "Weather.pl",
        "whatis"        => "WhatIs.pl",
@@ -64,7 +64,7 @@ if ($@) {
 my @myModulesLoadNow;
 my @myModulesReloadNot;
 BEGIN {
-    @myModulesLoadNow  = ('Topic', 'uptime', 'News', 'RootWarn', 'DumpVars2', 'botmail');
+    @myModulesLoadNow  = ('Topic', 'Uptime', 'News', 'RootWarn', 'DumpVars2', 'botmail');
     @myModulesReloadNot        = ('IRC/Irc.pl','IRC/Schedulers.pl');
 }