]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/src/UserExtra.pl
initial weather fixes, needs to use Geo::METAR before it works
[infobot.git] / blootbot / src / UserExtra.pl
index 62fbebfcfe96c0d68c16eb53c8e11ce45219b97e..2e2dc643fa8ffd1229e9a4e0aee1e23e89fdb99b 100644 (file)
@@ -443,7 +443,7 @@ sub countryStats {
        return;
     }
 
-    &rawout("WHO $chan");
+    $conn->who($chan);
     $cache{countryStats}{chan} = $chan;
     $cache{countryStats}{mtype}        = $msgType;
     $cache{countryStats}{who}  = $who;
@@ -619,7 +619,6 @@ sub userCommands {
        &pSReply("reloading...");
        &reloadAllModules();
        &pSReply("reloaded.");
-
        return;
     }