]> git.donarmstrong.com Git - infobot.git/blobdiff - src/modules.pl
don't be so generous
[infobot.git] / src / modules.pl
index a86900ce5b6ece808487537e665d392d9a5c5faf..bbce57cf5211d6bb3de5bb634806bdabd8701cdf 100644 (file)
@@ -22,40 +22,42 @@ if ($@) {
 
 ### MODULES.
 %myModules = (
+       "babelfish"     => "babel.pl",
+       "botmail"       => "botmail.pl",
        "bzflag"        => "BZFlag.pl",
        "countdown"     => "Countdown.pl",
        "debian"        => "Debian.pl",
        "debianExtra"   => "DebianExtra.pl",
        "dict"          => "Dict.pl",
        "dumpvars"      => "DumpVars.pl",
-       "symdump"       => "DumpVars2.pl",
        "exchange"      => "Exchange.pl",
        "factoids"      => "Factoids.pl",
+       "httpdtype"     => "HTTPDtype.pl",
+       "insult"        => "insult.pl",
+       "ircdcc"        => "UserDCC.pl",
        "kernel"        => "Kernel.pl",
-       "perlMath"      => "Math.pl",
        "news"          => "News.pl",
+       "nickometer"    => "nickometer.pl",
+       "perlMath"      => "Math.pl",
        "plug"          => "Plug.pl",
        "quote"         => "Quote.pl",
        "rootwarn"      => "RootWarn.pl",
+       "rss"           => "Rss.pl",
        "search"        => "Search.pl",
        "slashdot"      => "Slashdot3.pl",
+       "symdump"       => "DumpVars2.pl",
        "topic"         => "Topic.pl",
        "units"         => "Units.pl",
        "uptime"        => "Uptime.pl",
-       "ircdcc"        => "UserDCC.pl",
        "userinfo"      => "UserInfo.pl",
        "weather"       => "Weather.pl",
-       "wwwsearch"     => "W3Search.pl",
        "whatis"        => "WhatIs.pl",
+       "wikipedia"     => "wikipedia.pl",
        "wingate"       => "Wingate.pl",
-       "babelfish"     => "babel.pl",
-       "insult"        => "insult.pl",
-       "nickometer"    => "nickometer.pl",
+       "wwwsearch"     => "W3Search.pl",
        "zfi"           => "zfi.pl",
        "zippy"         => "Zippy.pl",
        "zsi"           => "zsi.pl",
-       "botmail"       => "botmail.pl",
-       "httpdtype"     => "HTTPDtype.pl",
 );
 ### THIS IS NOT LOADED ON RELOAD :(
 my @myModulesLoadNow;