]> git.donarmstrong.com Git - infobot.git/blobdiff - src/modules.pl
topic -> Topic
[infobot.git] / src / modules.pl
index 49e324877a7b7bb12a1e7fa241de5c92964844c0..8641ee97ef14ba7ff8e2568574ca68ea28b54087 100644 (file)
@@ -47,7 +47,7 @@ if ($@) {
        "Search"        => "Search.pl",
        "slashdot"      => "slashdot.pl",
        "DumpVars2"     => "DumpVars2.pl",
-       "topic"         => "Topic.pl",
+       "Topic"         => "Topic.pl",
        "units"         => "Units.pl",
        "uptime"        => "Uptime.pl",
        "userinfo"      => "UserInfo.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');
 }